NetBSD/sys/arch/ofppc
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
..
compile
conf Added previously created files for powerpc Linux compatibility to the kernel 2001-01-19 01:51:16 +00:00
include Use <powerpc/psl.h> 2001-01-18 15:30:42 +00:00
ofppc eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
stand Don't claim the memory for the executable from the firmware. 2001-01-17 15:37:06 +00:00
Makefile