NetBSD/sys/arch/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
..
060sp Update. 1999-02-22 22:07:37 +00:00
conf Implement compat_13_sys_sigreturn(). 1998-10-01 01:03:56 +00:00
fpe
fpsp Activate cleandir (and distclean), as suggested in PR 6244 by 1998-10-14 20:45:43 +00:00
include Garbage-collect. 1999-03-20 01:40:25 +00:00
m68k Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
Makefile
Makefile.inc (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00