NetBSD/sys/arch/sandpoint/sandpoint
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 - Change default time frequency to 100MHz from 66MHz. 2001-08-30 02:08:42 +00:00
bus_space.c Provide basic bus_space_mmap(). Noted by self and in PR port-powerpc/14873. 2001-12-10 20:30:21 +00:00
clock.c Make all the ppc delay() functions the same - formating change only, no 2001-06-19 08:34:49 +00:00
conf.c Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 16:55:51 +00:00
disksubr.c strategy should have an 'r'. Inspired by similar change in OpenBSD. 2002-02-19 17:09:40 +00:00
extintr.c - Change default time frequency to 100MHz from 66MHz. 2001-08-30 02:08:42 +00:00
genassym.cf Add PM_SR 2001-07-01 21:41:58 +00:00
kgdb_glue.c
locore.S - Change default time frequency to 100MHz from 66MHz. 2001-08-30 02:08:42 +00:00
machdep.c Add BAT_G for EUMB (incl. I/O) space. Per matt@netbsd.org's macppc change. 2002-03-05 19:06:38 +00:00
mainbus.c Add a "cacheline_size" argument to pci_configure_bus(). It is used 2001-11-28 23:48:34 +00:00
procfs_machdep.c