NetBSD/sys/arch/alpha
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
..
a12 Fix a rather annoying problem where the sockaddr_dl which holds 2001-01-17 00:30:49 +00:00
alpha eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
common ANSI'ify. 2001-01-03 21:40:25 +00:00
compile
conf Typo in previous. 2001-03-05 12:15:38 +00:00
eisa
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
isa
jensenio
mcbus
pci fix NetBSD RCS id tags 2001-02-27 19:04:39 +00:00
sableio Add support for the AlphaServer 2100 (Sable) and the AlphaServer 2100A 2000-12-21 20:51:53 +00:00
stand convert to use getprogname() 2001-02-19 22:48:57 +00:00
tc Hook in px & pxg devices. 2001-03-04 13:36:19 +00:00
tlsb
Makefile
STYLE