NetBSD/sys/arch/newsmips
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
..
apbus Make this stuff compile with -wstrict-prototpes -wmissing-prototypes. 2000-12-03 01:42:29 +00:00
compile
conf Update for the install floppy: 2001-02-01 06:23:54 +00:00
dev Move NEWS keymap file into MI place to share with news68k. 2001-01-25 13:13:59 +00:00
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
newsmips eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
stand Add support to boot on APbus machine (e.g. NWS-5000). 2000-10-12 05:34:29 +00:00
Makefile