NetBSD/sys/arch/walnut/walnut
martin 94881fb123 Rename ISDN devices, per discussion on tech-kern. The network devices
become ippp (ISDN ppp) and irip (ISDN raw IP). The character device now
are called: /dev/isdn (isdnd <-> kernel communication), /dev/isdnctl (dialing
and other control), /dev/isdntrc* (tracing), /dev/isdnbchan* (raw B channel
access, i.e. for user land PPP) and /dev/isdntel* (telephone devices, i.e.
for answering machines).
2002-03-16 16:55:51 +00:00
..
autoconf.c Calculate the hardware interrupt to irq mapping array and irq mask from 2001-11-06 01:26:47 +00:00
bus_dma.c CACHELINESIZE is going away. Use curcpu()'s cache_info instead. 2002-03-13 19:31:33 +00:00
conf.c Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 16:55:51 +00:00
consinit.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
disksubr.c strategy should have an 'r'. Inspired by similar change in OpenBSD. 2002-02-19 17:09:40 +00:00
genassym.cf Add cache_info offset into curcpu(). 2002-03-13 19:34:06 +00:00
locore.S Use <machine/dcr.h> 2002-03-13 23:11:33 +00:00
machdep.c Use properties to pass around board-specific information rather than a 2002-03-15 20:59:23 +00:00
mainbus.c Get rid of any references to PCI. 2002-03-13 19:37:44 +00:00
procfs_machdep.c