NetBSD/sys/arch/mac68k
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
..
compile
conf Add COMPAT_SVR4 for m68k. 1999-04-19 21:22:56 +00:00
dev Fix some broken packet length checks. Really (no, I mean really) works now 1999-05-24 21:53:42 +00:00
include Pull in the right generic m68k header. (Where was my mind?) 1999-04-29 14:38:39 +00:00
mac68k Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
nubus
obio From Ken'ichi Ishizaka: correct the calculation of the frame buffer 1999-04-28 05:24:08 +00:00
Makefile