NetBSD/sys/arch/arm32
thorpej 2b27ac7a99 Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for
each vm_page structure.  Add a VM_MDPAGE_INIT() macro to init this
data when pages are initialized by UVM.  These macros are mandatory,
but ports may #define them to nothing if they are not needed/used.

This deprecates struct pmap_physseg.  As a transitional measure,
allow a port to #define PMAP_PHYSSEG so that it can continue to
use it until its pmap is converted to use VM_MDPAGE_MEMBERS.

Use all this stuff to eliminate a lot of extra work in the Alpha
pmap module (it's smaller and faster now).  Changes to other pmap
modules will follow.
2001-04-29 22:44:31 +00:00
..
arm32 setsoftast is a macro now. 2001-04-24 18:21:10 +00:00
compile
conf Euhm... small typo ! 2001-04-20 12:47:55 +00:00
dev Initial commit of wsmouse driver for the IOMD quadratic mouse. 2001-04-14 19:22:43 +00:00
doc
footbridge Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
fpe-arm
include Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for 2001-04-29 22:44:31 +00:00
iomd Add the IOLINES register from the ARM7500FE, and delete a few incongruous 2001-04-23 22:17:09 +00:00
isa
mainbus Part one of the COMCONSOLE repair ... it works now but the video console 2001-04-12 20:15:06 +00:00
ofw Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
pci
podulebus Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
rc7500
riscpc Just some pretty printing for 640 width screens 2001-04-09 19:22:42 +00:00
shark Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
stand Make the NC start run again ... it didnt detect the start of the DRAM good 2001-04-07 20:57:24 +00:00
vidc Cleanup of attachment code of framebuffers 2001-04-14 02:25:43 +00:00
Makefile