NetBSD/sys/arch/x68k/dev
chs ac3bc537bd eliminate the KERN_* error codes in favor of the traditional E* codes.
the mapping is:

KERN_SUCCESS			0
KERN_INVALID_ADDRESS		EFAULT
KERN_PROTECTION_FAILURE		EACCES
KERN_NO_SPACE			ENOMEM
KERN_INVALID_ARGUMENT		EINVAL
KERN_FAILURE			various, mostly turn into KASSERTs
KERN_RESOURCE_SHORTAGE		ENOMEM
KERN_NOT_RECEIVER		<unused>
KERN_NO_ACCESS			<unused>
KERN_PAGES_LOCKED		<unused>
2001-03-15 06:10:32 +00:00
..
adpcm.c
bsd_audio.c
bsd_audioreg.h
bsd_audiovar.h
com.c Adapt to new line discipline scheme. 2000-11-02 00:37:56 +00:00
comreg.h
dmacvar.h
dmavar.h
event.c
event_var.h
fd.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
fdreg.h
grf.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
grf_conf.c
grf_gv.c
grf_machdep.c
grf_tv.c
grfvar.h
if_ne_neptune.c Make this compile again. 2001-02-21 05:44:32 +00:00
intio.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
intio_dmac.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:07:52 +00:00
intiovar.h
ite.c New line discipline. 2000-11-13 15:20:28 +00:00
ite_tv.c
itevar.h
kbd.c Treat receiver overrun of MFP (clear the error). 2000-05-25 03:33:27 +00:00
kbdmap.c
kbdmap.c.ascii
kbdmap.h
mb86601reg.h
mb89352reg.h
mfp.c
mfp.h
mha.c Print newline while attach. 2000-06-16 17:15:54 +00:00
mhavar.h
ms.c New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
neptune.c
neptunevar.h
opm.c
opmbell.c New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
opmbellvar.h
opmreg.h
par.c G/C of unused interrupt stubs, and other cleanups. 2000-06-11 14:20:45 +00:00
pow.c
powvar.h
rtclock.c Make it compile with "options DIAGNOSTIC" (patch from minoura). 2001-01-15 07:04:41 +00:00
rtclock_var.h Make it compile with "options DIAGNOSTIC" (patch from minoura). 2001-01-15 07:04:41 +00:00
scsirom.c
scsiromvar.h
sdb.h
spc.c
sram.c
sramvar.h
xel.c
zs.c