NetBSD/sys/arch/vax
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
..
bi VAX-specific bi support changes. 2000-07-26 11:53:30 +00:00
boot Fix a thinko or two i made a few days ago. I could have sworn i compiled 2000-11-09 01:54:20 +00:00
compile
conf Support to control the leds on VAXstations, taken from Sun3 and ported 2001-02-18 10:44:20 +00:00
consolerl Use 2000-08-30 23:51:46 +00:00
floppy
if Giant update from Michael Kukat (michael@unixiron.org). 2001-02-04 20:36:26 +00:00
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
mba
stand convert to use getprogname() 2001-02-19 22:48:57 +00:00
uba These are not used anymore. 2001-01-28 20:04:50 +00:00
vax eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
vsa This file hasn't been in use for a long time. 2001-03-05 16:02:23 +00:00
Makefile