NetBSD/sys/arch/vax
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
..
bi completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
boot Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them 1999-03-25 23:16:37 +00:00
compile
conf Buggfixes for VS 4000/VLC. Basic support for VS4000/90 and MV4000/300. 1999-03-26 22:04:07 +00:00
consolerl RCSID Police. 1998-01-05 20:51:25 +00:00
floppy RCSID Police. 1998-01-05 20:51:25 +00:00
if Giant change: NBPG now set to 4k and CLSIZE == 1 for vax. This change 1999-01-01 21:43:17 +00:00
include completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
mba Giant change: NBPG now set to 4k and CLSIZE == 1 for vax. This change 1999-01-01 21:43:17 +00:00
mscp Fix deadlock bug. Pointed out by maximum entropy. 1998-12-09 19:02:31 +00:00
uba Avoid warning if !QBA. 1999-03-13 20:26:50 +00:00
vax Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
vsa Buggfixes for VS 4000/VLC. Basic support for VS4000/90 and MV4000/300. 1999-03-26 22:04:07 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00