NetBSD/sys/arch/vax
thorpej 2580d306ab Change the vm_map's "entries_pageable" member to a r/o flags member, which
has PAGEABLE and INTRSAFE flags.  PAGEABLE now really means "pageable",
not "allocate vm_map_entry's from non-static pool", so update all map
creations to reflect that.  INTRSAFE maps are maps that are used in
interrupt context (e.g. kmem_map, mb_map), and thus use the static
map entry pool (XXX as does kernel_map, for now).  This will eventually
change now these maps are locked, as well.
1999-05-26 19:16:28 +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 common routines to identify cpu type. 1999-05-23 21:58:19 +00:00
compile
conf bus.h'ify more of the vax code. 1999-05-24 20:10:30 +00:00
consolerl
floppy
if Make this file compile again. 1999-05-23 23:06:24 +00:00
include bus.h'ify more of the vax code. 1999-05-24 20:10:30 +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 bus.h'ify more of the vax code. 1999-05-24 20:10:30 +00:00
vax Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
vsa Don't detect glass tty if the machine is a workstation. 1999-05-20 23:00:58 +00:00
Makefile