NetBSD/sys/arch/hp300/dev
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
..
Makefile
ac.c A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
acioctl.h
acvar.h
apci.c Replace the (no longer working) check for tp->t_line == 0 with 2000-11-27 18:39:04 +00:00
apcireg.h
ct.c A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
ctreg.h
dca.c More fixes for linesw changes. 2000-11-27 15:28:41 +00:00
dcareg.h
dcm.c Adapt to the new line discipline scheme. 2000-11-02 00:35:04 +00:00
dcmreg.h
devlist2h.awk
dio.c
diodevs
diodevs.h
diodevs_data.h
dioreg.h
diovar.h
dma.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
dmareg.h
dmavar.h
fhpib.c New callout mechanism with two major improvements over the old 2000-03-23 06:30:07 +00:00
fhpibreg.h
frodo.c Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on every 1999-07-31 21:15:20 +00:00
frodoreg.h
frodovar.h
grf.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
grf_dv.c
grf_dvreg.h
grf_gb.c
grf_gbreg.h
grf_hy.c
grf_hyreg.h
grf_rb.c
grf_rbreg.h
grf_subr.c
grf_tc.c
grf_tcreg.h
grfioctl.h
grfreg.h
grfvar.h Correct return type of grfaddr(). From Steve Peurifoy via PR #10603. 2000-07-17 06:50:32 +00:00
hil.c Add randomness sampling from hil, sd and rd devices. 2000-10-10 19:58:42 +00:00
hil_keymaps.c
hilioctl.h
hilreg.h
hilvar.h Add randomness sampling from hil, sd and rd devices. 2000-10-10 19:58:42 +00:00
hpib.c
hpibvar.h
if_le.c Assign my copyrights to TNF. 1998-08-15 10:51:16 +00:00
if_lereg.h
if_levar.h Assign my copyrights to TNF. 1998-08-15 10:10:47 +00:00
intio.c
intiovar.h
iotypes.h
ite.c More fixes for linesw changes. 2000-11-27 15:28:41 +00:00
ite_subr.c
itereg.h
itevar.h
kbdmap.h
maskbits.h
md_root.c defopt MINIROOTSIZE 1999-03-17 18:59:21 +00:00
mt.c A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
mtreg.h
nhpib.c Fix typo: calllout_reset -> callout_reset. 2000-03-25 20:14:44 +00:00
nhpibreg.h
ppi.c sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
ppiioctl.h
rd.c Add randomness sampling from hil, sd and rd devices. 2000-10-10 19:58:42 +00:00
rd_compat.c
rdreg.h
rdvar.h Add randomness sampling from hil, sd and rd devices. 2000-10-10 19:58:42 +00:00
scsi.c A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
scsireg.h
scsivar.h
sd.c Add randomness sampling from hil, sd and rd devices. 2000-10-10 19:58:42 +00:00
sd_compat.c
sdvar.h Add randomness sampling from hil, sd and rd devices. 2000-10-10 19:58:42 +00:00
st.c sleep() -> tsleep() 2000-05-27 04:52:27 +00:00
stvar.h Update for sys/buf.h/disksort_*() changes. 2000-01-21 23:28:59 +00:00