NetBSD/sys/dev/ata
mycroft 646cec1d1d A few things:
* Kill off device nodes *before* we clear out the queue, to help prevent any
  new I/O being queued.
* More useful error reporting in wd_setcache() and wd_flushcache().
* Add a wd_standby() (tested but not used yet).

And the most important:
* In wddetach(), if the device was open, call adapt_delref() so that we
  propagate the disable up to our PCMCIA socket.
2004-08-10 02:33:58 +00:00
..
ata_raid_promise.c Garbage-collect __ATA_DISK_PRIVATE; it is no longer needed. 2003-12-14 05:37:25 +00:00
ata_raid.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
ata_raidreg.h
ata_raidvar.h
ata_wdc.c Change wdc_kill_pending() to take a struct ata_drive_datas * as argument, 2004-08-04 22:44:04 +00:00
ata.c Change wdc_kill_pending() to take a struct ata_drive_datas * as argument, 2004-08-04 22:44:04 +00:00
atareg.h When using LBA48, use Flush cache extended command if supported. 2004-05-03 20:11:40 +00:00
atavar.h Change wdc_kill_pending() to take a struct ata_drive_datas * as argument, 2004-08-04 22:44:04 +00:00
files.ata Add common routines for SATA controllers. Right now, we have sata_speed(), 2004-05-28 23:26:27 +00:00
ld_ataraid.c sprintf -> snprintf 2004-04-22 00:17:10 +00:00
Makefile Serial ATA register definitions. 2003-12-14 17:14:47 +00:00
sata_subr.c Add common routines for SATA controllers. Right now, we have sata_speed(), 2004-05-28 23:26:27 +00:00
satareg.h Fix typo reported by Alexander Yurchenko grange at rt mipt ru in private 2004-05-23 23:07:59 +00:00
satavar.h Add common routines for SATA controllers. Right now, we have sata_speed(), 2004-05-28 23:26:27 +00:00
wd.c A few things: 2004-08-10 02:33:58 +00:00
wdvar.h Move the wddone() prototype to wd.c 2003-12-14 05:38:20 +00:00