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
..
ata_raid_adaptec.c
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
ata_raid_promise.c
ata_raid_subr.c
ata_raid_via.c
ata_raid.c KNF 2009-05-12 14:07:01 +00:00
ata_raidreg.h
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
ata.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +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
Makefile
sata_subr.c
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
satareg.h
satavar.h
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