NetBSD/sys/dev/ata
christos c182898b0d We have three sets of DTYPE_ constants in the kernel:
altq		Drop 		Type
	disklabel	Disk 		Type
	file		Descriptor	Type
(not to mention constants that contain the string DTYPE).
Let's make them two, by changing the disklabel one to be DisK TYPE since the
other disklabel constants seem to do that. Not many userland programs use
these constants (and the ones that they do are mostly in ifdefs). They will
be fixed shortly.
2015-01-02 19:42:05 +00:00
..
ata_raid_adaptec.c
ata_raid_intel.c kill sprintf 2014-03-25 16:19:13 +00:00
ata_raid_jmicron.c kill sprintf 2014-03-25 16:19:13 +00:00
ata_raid_nvidia.c kill sprintf 2014-03-25 16:19:13 +00:00
ata_raid_promise.c
ata_raid_subr.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
ata_raid_via.c kill sprintf 2014-03-25 16:19:13 +00:00
ata_raid.c split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
ata_raidreg.h g/u_int[0-9]*_t/ s/u_int/uint/g 2014-09-10 07:04:48 +00:00
ata_raidvar.h fix some probles with ataraid(4) and Intel MatrixRaid. 2010-07-06 18:03:21 +00:00
ata_wdc.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
ata.c g/u_int[0-9]*_t/ s/u_int/uint/g 2014-09-10 07:04:48 +00:00
ataconf.h
atareg.h -recognize CF cards by the magic value in inquiry data 2013-10-30 15:37:49 +00:00
atavar.h g/u_int[0-9]*_t/ s/u_int/uint/g 2014-09-10 07:04:48 +00:00
files.ata Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc 2012-07-31 15:50:31 +00:00
ld_ataraid.c Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
Makefile
sata_subr.c Fix kernel dump on ahci controller, by making sure we won't sleep 2013-04-03 17:15:07 +00:00
satafis_subr.c SATA uses the head portion of the device register in the command protocol for 2012-07-22 17:57:57 +00:00
satafisreg.h Rework struct ata_command to support LBA28 and LBA48-protocol commands. 2012-01-24 20:04:07 +00:00
satafisvar.h satafis: 2010-04-07 17:51:16 +00:00
satapmp_subr.c Wait for DRDY after the PMP commands and don't wait before. 2013-05-03 20:02:08 +00:00
satapmpreg.h Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc 2012-07-31 15:50:31 +00:00
satapmpvar.h Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc 2012-08-01 09:02:03 +00:00
satareg.h
satavar.h Fix kernel dump on ahci controller, by making sure we won't sleep 2013-04-03 17:15:07 +00:00
wd.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
wdvar.h g/u_int[0-9]*_t/ s/u_int/uint/g 2014-09-10 07:04:48 +00:00