NetBSD/sys/dev/mscp
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
..
files.mscp
mscp.c
mscp.h
mscp_disk.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
mscp_subr.c
mscp_tape.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
mscpreg.h
mscpvar.h