NetBSD/sys/arch/sparc64
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 move etext after rodata, like kern32.ldscript and sparc's kern.ldscript. 2001-03-04 13:41:00 +00:00
dev Handle overtemp intr. 2001-03-14 00:52:19 +00:00
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
sparc64 eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
stand move everything to arch/sparc/stand; leave the Makefile behind. 2000-08-20 14:53:19 +00:00
Makefile Fix bad path specifier for finding fpu sources. 2000-09-28 15:19:56 +00:00