NetBSD/sys/arch/alpha
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
..
a12
alpha Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
common Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
compile
conf clean up kernel/config files files for machVM lossage. 1999-03-24 06:06:09 +00:00
include Don't bother allocating mb_map on these systems. Mbuf clusters are 1999-03-26 00:15:04 +00:00
isa completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
mcbus
pci move pci/pci_machdep.h to include/pci_machdep.h. (can't do it via 1999-03-19 03:40:46 +00:00
stand Fix bug found by Bernd "Veego" Ernesti: close the console disk channel. 1999-03-26 20:53:12 +00:00
tc move tc/tc_machdep.h to include/tc_machdep.h. (can't do it via 1999-03-19 03:12:31 +00:00
tlsb Now that we have the kthread mechanism, massively clean up the way 1999-02-23 03:20:00 +00:00
wscons fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
Makefile
STYLE