We do NOT want interrupts when in polled mode. Fixes ATAPI boot
authorniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 05:50:46 +0000 (05:50 +0000)
committerniklas <niklas@openbsd.org>
Mon, 24 Feb 1997 05:50:46 +0000 (05:50 +0000)
commit136e4eae9426bacd09448a6b07a0977dae088c15
treec3bca845aa742fb7c8f89a87e66cbb070b8958b2
parent33fff70d8d1e6671276916778fcb266710ce22cc
We do NOT want interrupts when in polled mode.  Fixes ATAPI boot
failures.  THanks go to Angelos D. Keromytis for debugging this and devising
the final fix.  Also correct some diagnostic printfs.  Do some KNF and unmap
registers on probe failure.  add a delay(10) to a busy-wait loop solely
depending on CPU speed earlier.
sys/dev/isa/wdc.c