NetBSD/sys/arch/hpcmips
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 comment out:options WSDISPLAY_DEFAULTSCREENS=4 2001-03-13 03:44:23 +00:00
dev * assume backlight is on if backlight value cannot get. 2001-03-12 08:54:25 +00:00
hpcmips eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
include Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
isa DEBUG_FIND_COMPORT code. (by ngc@ff.iij4u.or.jp) 2000-10-16 03:32:44 +00:00
stand Add PocketPostPet entry. 2001-03-04 05:38:19 +00:00
tx hpc common files are moved to dev/hpc. 2001-02-22 18:37:54 +00:00
vr * vrc4172pwm_get_light() return the value masked by VRC2_PWM_LCDEN_MASK. 2001-03-12 08:46:27 +00:00
Makefile I forgot to move Makefile. 2001-02-23 14:08:54 +00:00
TODO