NetBSD/sys/arch/x68k/dev
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
..
bmd.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
com_intio.c
dmacvar.h
event_var.h Replace tsleep(9)/wakeup(9) with condvar(9) as practice. 2014-03-21 16:58:54 +00:00
event.c Replace tsleep(9)/wakeup(9) with condvar(9) as practice. 2014-03-21 16:58:54 +00:00
fd.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
fdreg.h
grf_conf.c
grf_gv.c
grf_machdep.c
grf_tv.c
grf.c add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects for 2014-12-14 23:48:58 +00:00
grfvar.h
if_ne_intio.c
if_ne_neptune.c
intio_dmac.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
intio.c
intiovar.h
ite_tv.c
ite.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
itevar.h
kbd.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
kbdmap.c
kbdmap.c.ascii
kbdmap.h
mb86601reg.h
mfp.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
mfp.h
mha.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
mhavar.h
ms.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
neptune.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
neptunevar.h
opm.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
opmbell.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
opmbellvar.h
opmreg.h
opmvar.h
par.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
powsw.c
rtclock_var.h
rtclock.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
scsirom.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
scsiromvar.h
slhci_intio_var.h
slhci_intio.c
spc.c
sram.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
sramvar.h
vs.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
vsvar.h
xel.c kill sprintf, fix unused. 2014-03-26 08:17:59 +00:00
zs.c fix unused, missing splx. 2014-03-26 08:17:32 +00:00