NetBSD/sys/dev/ata
dyoung 0ee9d37122 Do not detach a wd(4) instance if it is open, but return EBUSY,
instead.  If the detach is forced, do what wdclose() does on the
last close: flush the cache, clear the flag WDF_LOADED, and delete
our reference to the ATA bus device.
2009-05-15 23:49:28 +00:00
..
ata_raid_adaptec.c Add support for status reports via bio(4) to ataraid(4). 2008-09-15 11:44:50 +00:00
ata_raid_intel.c use device_xname() 2009-05-11 17:14:31 +00:00
ata_raid_jmicron.c use device_xname() 2009-05-11 17:14:31 +00:00
ata_raid_nvidia.c Add support for nVidia MediaShield ata raid found on HP ProLiant ML115. 2008-08-20 15:00:34 +00:00
ata_raid_promise.c Split device_t and softc for ATA devices, as well as wd(4). Other 2008-03-18 20:46:35 +00:00
ata_raid_subr.c Support multiple volumes connected to Intel MatrixRAID controllers. 2008-09-16 11:45:30 +00:00
ata_raid_via.c PR/46593: Patrick Welche: Compute both the original and the ~VIA_T_BOOTABLE 2008-09-19 16:49:27 +00:00
ata_raid.c KNF 2009-05-12 14:07:01 +00:00
ata_raidreg.h Add support for Intel MatrixRAID to ataraid(4). It is currently limited 2008-09-11 11:08:50 +00:00
ata_raidvar.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
ata_wdc.c cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so 2008-11-16 19:31:21 +00:00
ata.c struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 12:10:29 +00:00
ataconf.h Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
atareg.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
atavar.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
files.ata Support multiple volumes connected to Intel MatrixRAID controllers. 2008-09-16 11:45:30 +00:00
ld_ataraid.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
Makefile
sata_subr.c SATA GEN3 speed is 6.0Gb/s 2008-11-18 09:52:10 +00:00
satapmpreg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
satareg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
satavar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
wd.c Do not detach a wd(4) instance if it is open, but return EBUSY, 2009-05-15 23:49:28 +00:00
wdvar.h Split device_t and softc for ATA devices, as well as wd(4). Other 2008-03-18 20:46:35 +00:00