Simplify probe. Removed the DELAY() as it's not needed.

This commit is contained in:
Nate Williams 1996-05-07 22:33:19 +00:00
parent 0e76201114
commit 757dab8dcb
1 changed files with 1 additions and 3 deletions

View File

@ -195,11 +195,9 @@ psmprobe(struct isa_device *dvp)
#endif
psm_poll_status(ioport);
outb(ioport+PSM_CNTRL, PSM_AUX_TEST);
#if 0
psm_poll_status(ioport);
#if 0
outb(ioport+PSM_CNTRL, 0xaa);
#else
DELAY(1000);
#endif
c = inb(ioport+PSM_DATA);
if(c & 0x04) {