NetBSD/sys/arch/pmax
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 callvec.c moved in stand again... 1999-03-25 12:56:18 +00:00
dev completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
ibus - Rearrangement for TC decoupling with some typo fixes. 1999-03-15 07:52:05 +00:00
include Define a bootinfo record and initial structures that the pmax will use. 1999-03-23 22:53:02 +00:00
pmax Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
stand Update copyrights. 1999-03-26 05:23:58 +00:00
tc Added support for cursor keys, function keys and friends. kbdMapChar now 1999-03-22 03:25:29 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00