Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/18/1998 14:00:02
matthias
Wed Mar 18 13:52:02 PST 1998
Update of /cvsroot/src/sys/arch/pc532/include
In directory nb00:/tmp/cvs-serv22454

Modified Files:
	pte.h 
Log Message:
Import from i386 because it contains a nice explanation of our MMU.



thorpej
Wed Mar 18 13:57:03 PST 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory nb00:/tmp/cvs-serv22882

Modified Files:
	pmap.old.c 
Log Message:
Keep track of which CPUs are using a pmap by setting/clearing bits
in the pmap's CPU mask in pmap_activate()/pmap_deactivate().


matthias
Wed Mar 18 13:59:39 PST 1998
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory nb00:/tmp/cvs-serv22718/pc532

Modified Files:
	genassym.cf intr.c locore.s machdep.c mem.c pmap.c trap.c 
	vm_machdep.c 
Log Message:
Switch the pc532 to MACHINE_NEW_NONCONTIG and add machine specific bits
for UVM. All of this was mostly done by stealing code from the i386 port.
Prepare for stealing pmap.new.c as well.



matthias
Wed Mar 18 13:59:40 PST 1998
Update of /cvsroot/src/sys/arch/pc532/include
In directory nb00:/tmp/cvs-serv22718/include

Modified Files:
	pcb.h pmap.h vmparam.h 
Log Message:
Switch the pc532 to MACHINE_NEW_NONCONTIG and add machine specific bits
for UVM. All of this was mostly done by stealing code from the i386 port.
Prepare for stealing pmap.new.c as well.