NetBSD/sys/dev/ata
bouyer b43b844f6f - change the interrupt routines to take a 3rd arguments, set to 1 if we
are called from the interrupt or timeout handler, 0 otherwise.
- use this to know if we can busy-wait for wait_for_unbusy or wait_for_ready
This fixes a bug where CDs withot the DRQ_INTR capability would not busy-wait
for the CMDOUT phase.
While I'm there change 2 delay() to DELAY() for consistency, and
garbage-collect some old code from wdcintr() which has been ifdef'd out
for some time now.
1999-04-01 21:46:28 +00:00
..
Makefile Adjust include list. 1998-10-12 19:50:09 +00:00
ata.c Add a new disk flag: DRIVE_OLD for pre-ATA disks. probe routine will now set 1999-03-10 13:11:43 +00:00
ata_wdc.c - change the interrupt routines to take a 3rd arguments, set to 1 if we 1999-04-01 21:46:28 +00:00
atareg.h move wd.c:print_wderror() to ata.c:ata_perror(). 1999-01-18 20:06:24 +00:00
atavar.h Add a new disk flag: DRIVE_OLD for pre-ATA disks. probe routine will now set 1999-03-10 13:11:43 +00:00
files.ata Merge bouyer-ide 1998-10-12 16:09:10 +00:00
wd.c Update to slightly altered rnd_attach_source() api 1999-02-28 17:08:05 +00:00
wdvar.h - clearify the boot messages (features supported vs features used). Thanks to 1998-11-11 19:38:27 +00:00