NetBSD/sys/arch/x68k
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
..
compile
conf A bit of ELF support. From scw. 2001-03-22 12:46:19 +00:00
dev Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
include Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for 2001-04-29 22:44:31 +00:00
stand Use IOCS_S_READEXT only when reading the partition boot from 2001-01-26 17:30:15 +00:00
usr.bin Use objcopy instead of dd. This will work after we'll switch to ELF. 2000-11-25 05:27:19 +00:00
usr.sbin usr1handler(): fix the logerror() call, use string 'shut' 2001-02-21 22:55:51 +00:00
x68k Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00