NetBSD/sys/arch/mac68k/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
..
6x10.h
adb.c The Cuda-based ADB hardware has the ability to queue some commands and 2000-11-15 06:35:51 +00:00
adb_direct.c Set up ADB hardware type before making decisions based on same. 2000-09-27 03:27:23 +00:00
adbsys.c Add and use macros to build ADB FLUSH, LISTEN, and TALK commands. 2000-03-19 07:37:58 +00:00
adbsysasm.s
adbvar.h Stabilize ADB support for some non-Apple ADB peripherals. This is the 2000-07-03 08:59:26 +00:00
aed.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
aedvar.h New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
akbd.c Attach exactly one keyboard to the wscons console. 2000-09-22 04:56:54 +00:00
akbdmap.h
akbdvar.h
ams.c In ems_init(): make sure there's valid data in the buffer after sending 2000-10-01 05:10:57 +00:00
amsvar.h
grf_compat.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
grf_subr.c
grfvar.h
if_ae.c Resolve bus_space_write_region_2() type mismatches. 2000-09-13 05:21:16 +00:00
if_aereg.h
if_aevar.h
if_mc.c Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). 2000-11-15 01:02:11 +00:00
if_mcreg.h
if_mcvar.h
if_sn.c Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). 2000-11-15 01:02:11 +00:00
if_snreg.h
if_snvar.h
ite_compat.c Correct a thinko: iteopen()/iteclose() shouldn't just pass off to 2001-01-22 07:31:44 +00:00
mac68k5380.c
maccons.c
macfb.c Replace the call to macfb_init() when attaching a non-console fb device 2000-10-22 05:05:39 +00:00
macfbvar.h
md_root.c
ncr5380.c
ncr5380reg.h
ncr5380var.h
pm_direct.c The Duo ADB controller doesn't notify us that it needs to be polled 2000-09-27 03:57:51 +00:00
pm_direct.h
sbc.c Add a ncr5380_attach() routine which does part of the initialization, attaches 2000-03-18 16:13:22 +00:00
sbcreg.h
sbcvar.h Add a ncr5380_attach() routine which does part of the initialization, attaches 2000-03-18 16:13:22 +00:00
zs.c Fix logic bug which would keep PPS from working. Noticed by: 2000-06-25 20:55:33 +00:00
zs_cons.h
zs_kgdb.c