Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/06/1997 00:10:02
gwr
Wed Mar  5 16:04:20 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv26982

Modified Files:
	pmap.c 
Log Message:
Add pmap_bootstrap_setprom() with sets the PROM level-A tables to
allow the PROM monitor to see mappings in kernel space.  This also
fixes a problem with exiting to the monitor with the stack pointer
set to some place in kernel space.  Also fix NUM_KERN_PTES, and
change get_pte() so it works on any virtual address.


gwr
Wed Mar  5 16:05:23 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv27418

Modified Files:
	db_machdep.c 
Log Message:
Implement "mach pgmap" for examining mappings.