NetBSD/sys/arch/arc
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
..
algor Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
arc eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
compile
conf Include files.usb 2001-02-17 04:32:59 +00:00
dev Add new arctype for NEC Express5800/230A. 2001-02-17 04:27:53 +00:00
dti add NetBSD Id of original bt driver 2000-06-09 05:30:51 +00:00
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
isa Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
jazz Add new arctype for NEC Express5800/230A. 2001-02-17 04:27:53 +00:00
pci Adapt to pci_intr_map change. 2001-01-13 10:46:18 +00:00
stand Use ${COPY} instead of -c for ${INSTALL} commands. 2000-09-23 13:53:41 +00:00
Makefile Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
TODO note "vm_page_zero_enable = FALSE" 2000-08-08 21:17:15 +00:00