Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/22/1998 22:10:01
gwr
Thu Jan 22 14:00:27 PST 1998
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv18948

Modified Files:
	pmap.c 
Log Message:
In pmap_bootstrap_copyprom, copy only the last PTE from the PROM's
DVMA segment (for the page reserved by the PROM).  If we copy all
the mappings, pmap_enter_kernel may complain about finding valid
PTEs that are not recorded in our PV lists.  Make pmap_remove_pte
do something reasonable if it finds a PTE for a managed page that
has not been recorded in the PV lists.  (Plus other minor stuff).


gwr
Thu Jan 22 14:07:45 PST 1998
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv20465

Modified Files:
	iommu.h 
Log Message:
Add: IOMMU_VA_MASK


gwr
Thu Jan 22 14:09:11 PST 1998
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv20532

Modified Files:
	iommu.c 
Log Message:
No need to print the size (it's constant).