NetBSD/sys/arch/x68k/x68k
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 Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
bus.c Implement bus_dmamap_sync properly. 2001-12-19 14:53:26 +00:00
clock.c
clockioctl.h
conf.c Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 16:55:51 +00:00
db_memrw.c
disksubr.c strategy should have an 'r'. Inspired by similar change in OpenBSD. 2002-02-19 17:09:40 +00:00
fpu.c
genassym.cf Forgot to include <machine/bootinfo.h> for the new symbol added in the 2001-09-29 01:24:01 +00:00
iodevice.h
kgdb_glue.c add missing #include "opt_kgdb.h" 2001-05-30 15:24:23 +00:00
kgdb_proto.h
kgdb_stub.c - pull in opt_kgdb.h where necessary 2001-11-20 08:43:19 +00:00
locore.s It's not called "opt_fpuemulate.h", it's called "opt_fpu_emulate.h". :) 2001-12-05 18:04:35 +00:00
machdep.c Change type of dumpmag to u_int32_t since it is actually 2002-03-06 13:10:18 +00:00
mem.c - Use DEV_ constants, instead of documenting the numbers! 2002-02-27 01:20:51 +00:00
pmap_bootstrap.c Fix uvm fault at startup on 040/060. (patch by minoura) 2002-01-21 17:21:52 +00:00
pmap.c Pool deals fairly well with physical memory shortage, but it doesn't 2002-03-08 20:48:27 +00:00
procfs_machdep.c
sys_machdep.c Implement bus_dmamap_sync properly. 2001-12-19 14:53:26 +00:00
trap.c allow writing to write-only mappings. fixes PR 3493. 2002-02-14 07:08:02 +00:00
vectors.s
vm_machdep.c Purge CLSIZE, CLSIZELOG2 and MCLOFSET. 2002-02-26 15:13:19 +00:00
x68k_init.c