NetBSD/sys/arch/bebox
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
..
bebox Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
compile keep compile dir. 1997-11-27 09:48:18 +00:00
conf clean up kernel/config files files for machVM lossage. 1999-03-24 06:06:09 +00:00
include Add a macro to check for sufficient pointer alignment in bus.h context, 1999-03-23 21:29:03 +00:00
isa Moved to arch/bebox/include/isa_machdep.h,v 1999-03-19 05:02:03 +00:00
pci Moved to arch/bebox/include/pci_machdep.h,v 1999-03-19 03:36:07 +00:00
stand RCS ID police 1999-02-15 04:38:06 +00:00
Makefile Include bsd.subdir.mk instead of bsd.prog.mk. 1998-09-01 08:43:48 +00:00