NetBSD/sys/arch/m68k/m68k
mycroft 9c6b797796 Changes for modified pmap_enter() API:
* Map the message buffer with access_type = VM_PROT_READ|VM_PROT_WRITE `just
  because'.
* Map the file system buffers with access_type = VM_PROT_READ|VM_PROT_WRITE to
  avoid possible problems with pagemove().
* Do not use VM_PROT_EXEC with either of the above.
* Map pages for /dev/mem with access_type = prot.  Also, DO NOT use
  pmap_kenter() for this, as we DO NOT want to lose modification information.
* Map pages in dumpsys() with VM_PROT_READ.
* Map pages in m68k mappedcopyin()/mappedcopyout() and writeback() with
  access_type = prot.
* For now, bus_dma*(), pmap_map(), vmapbuf(), and similar functions still use
  access_type = 0.  This should probably be revisited.
1999-03-26 23:41:25 +00:00
..
bcopy.s exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 1999-03-12 22:42:30 +00:00
cacheops.c Back out the defopt for M680?0. As pointed out to me, this breaks ports which 1998-05-24 19:32:34 +00:00
compat_13_machdep.c Implement compat_13_sys_sigreturn(). 1998-10-01 01:03:56 +00:00
compat_13_sigreturn13.s Fix a problem reported by Michael Hitch. Basically, our libc relies on the 1998-10-05 00:00:17 +00:00
copy.s completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
copypage.s Back out the defopt for M680?0. As pointed out to me, this breaks ports which 1998-05-24 19:32:34 +00:00
db_disasm.c Use the size field to distinguish between ADDX and ADDA. Fixes a problem 1998-10-07 06:08:47 +00:00
db_disasm.h
db_interface.c defopt DDB. 1998-07-04 22:18:13 +00:00
db_memrw.c
db_trace.c Eliminate use of CPP symbol "mc68020". 1999-01-15 23:15:50 +00:00
in_cksum.c
kgdb_m68k.c
m68k_machdep.c
mappedcopy.c Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
ns_cksum.c
oc_cksum.s
proc_subr.s
process_machdep.c Garbage-collect cpu_set_init_frame(); it hasn't been needed for some time 1998-01-06 08:06:45 +00:00
regdump.c Fix warnings on the sun3 caused by the fact that sun3/include/cpu.h 1997-10-21 17:30:15 +00:00
sig_machdep.c Fix a typo in a comment. 1998-10-04 23:56:17 +00:00
sigcode.s Fix a problem reported by Michael Hitch. Basically, our libc relies on the 1998-10-05 00:00:17 +00:00
sigreturn.s Fix a problem reported by Michael Hitch. Basically, our libc relies on the 1998-10-05 00:00:17 +00:00
sunos_machdep.c remove opt_uvm.h 1999-03-25 00:41:46 +00:00
support.s
trap_subr.s Fix a problem reported by Michael Hitch. Basically, our libc relies on the 1998-10-05 00:00:17 +00:00