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/31/1996 17:50:08
pk
Sun Mar 31 17:43:04 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11580

Modified Files:
	pmap.c 
Log Message:
Aaron's SRMMU/sun4m pmap implementation.

Note: multi-architecture kernels use function pointers for several PMAP
entry points.

Cut down the `#if defined(SUN4*)' mess severely by using CPU_ISSUN4*
macros (see machine/param.h) wherever possible.


pk
Sun Mar 31 17:48:30 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv11747

Modified Files:
	machdep.c 
Log Message:
Initialize DMA addresses properlier in cpu_startup().
dumpsys(): do not try to dump first physical page, this fucks up pmap_extract().