NetBSD/sys/arch/prep
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 fix dup include ossaudio. 2001-01-23 14:12:25 +00:00
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
isa No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
pci Change pci_intr_map to get interrupt source information from a "struct 2000-12-28 22:59:06 +00:00
prep eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
stand convert to use getprogname() 2001-02-19 22:48:57 +00:00
Makefile