NetBSD/sys/arch/x68k/x68k
2002-02-14 07:08:02 +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 eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
clockioctl.h
conf.c clockctl. Compile test only. 2001-12-19 06:38:37 +00:00
db_memrw.c Use m68k_page_offset and m68k_trunc_page macros, 2001-02-21 12:39:16 +00:00
disksubr.c bcopy/bcmp/bzero -> memcpy/memcmp/memset 2001-12-27 02:23:24 +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 bcopy/bcmp/bzero -> memcpy/memcmp/memset 2001-12-27 02:23:24 +00:00
mem.c Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +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 pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list, 2002-01-02 00:51:33 +00:00
procfs_machdep.c No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
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 bcopy/bcmp/bzero -> memcpy/memcmp/memset 2001-12-27 02:23:24 +00:00
x68k_init.c