NetBSD/sys/arch/cobalt
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
..
cobalt eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
compile
conf LKMs don't work on MIPS yet anyway, so disable it for now. 2001-02-16 19:48:05 +00:00
dev
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
pci Fix typo on pci_intr_map() changes. 2001-02-05 13:14:21 +00:00
stand
Makefile Fix tags directory list. 2000-06-28 09:47:55 +00:00
TODO