NetBSD/sys/dev/ata
dyoung c1b390d493 A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
2010-02-24 22:37:54 +00:00
..
Makefile
ata.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
ata_raid.c KNF 2009-05-12 14:07:01 +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_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 Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +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 Add some more elements to struct ataparams. 2010-01-25 00:39:51 +00:00
atavar.h Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
files.ata ahcisata(4) and siisata(4) use similar SATA FIS functions, share them. 2009-06-17 03:07:51 +00:00
ld_ataraid.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
sata_subr.c SATA GEN3 speed is 6.0Gb/s 2008-11-18 09:52:10 +00:00
satafis_subr.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
satafisreg.h ahcisata(4) and siisata(4) use similar SATA FIS functions, share them. 2009-06-17 03:07:51 +00:00
satafisvar.h Further corrections for siisata. 2009-07-04 20:57:15 +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 A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
wdvar.h ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between 2009-12-17 21:03:10 +00:00