Subject: NetBSD master CVS tree commits
To: None <source-changes@nb00.nas.nasa.gov>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/15/1998 20:00:03
thorpej
Sun Feb 15 19:59:57 PST 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory nb00:/tmp/cvs-serv2218/alpha

Modified Files:
	machdep.c mem.c pmap.old.c 
Log Message:
Add support for non-contiguous physical memory, using MACHINE_NEW_NONCONTIG.
These changes also recover memory that is located before the kernel in
the first system software segment on systems which do not use the PROM
for console I/O.  Written by Chris Demetriou and myself.


thorpej
Sun Feb 15 19:59:57 PST 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory nb00:/tmp/cvs-serv2218/include

Modified Files:
	cpu.h pmap.old.h vmparam.h 
Log Message:
Add support for non-contiguous physical memory, using MACHINE_NEW_NONCONTIG.
These changes also recover memory that is located before the kernel in
the first system software segment on systems which do not use the PROM
for console I/O.  Written by Chris Demetriou and myself.