NetBSD/sys/arch/mac68k
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
..
compile
conf NetBSD/mac68k installation kernel config 1999-03-26 08:42:49 +00:00
dev Include uvm/uvm.h instead of uvm/uvm_extern.h because we need the prototype 1999-03-26 22:52:15 +00:00
include Add a macro to check for sufficient pointer alignment in bus.h context, 1999-03-23 21:29:03 +00:00
mac68k Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
nubus Add support for the TFL LAN Inc. E410/E420 PDS cards. Based on code 1998-09-27 14:39:11 +00:00
obio Er, function prototypes don't belong in fooreg.h. 1999-02-18 07:50:54 +00:00
Makefile (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00