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
..
Makefile
ata.c g/u_int[0-9]*_t/ s/u_int/uint/g 2014-09-10 07:04:48 +00:00
ata_raid.c
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
ata_raid_via.c kill sprintf 2014-03-25 16:19:13 +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
ata_wdc.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
ataconf.h
atareg.h
atavar.h g/u_int[0-9]*_t/ s/u_int/uint/g 2014-09-10 07:04:48 +00:00
files.ata
ld_ataraid.c
sata_subr.c
satafis_subr.c
satafisreg.h
satafisvar.h
satapmp_subr.c
satapmpreg.h
satapmpvar.h
satareg.h
satavar.h
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