Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 12/06/1995 17:40:09
pk
Wed Dec  6 17:33:54 EST 1995
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26620

Modified Files:
	machdep.c vm_machdep.c 
Log Message:
Have v[un]mapbuf() allocate from plain kernel map instead of dvma space.
Remove dvma_malloc/dvma_free; drivers should allocate kernel memory and
use dvma_mapin/dvma_mapout to double map it in DVMA space.

Make the resource map `dvmamap' responsible for all DVMA allocation.
The VM map `physmap' only serves the role of placeholder in the VM system.


pk
Wed Dec  6 17:35:57 EST 1995
Update of /a/cvsroot/src/sys/arch/sparc/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv28571

Modified Files:
	param.h vmparam.h 
Log Message:
DVMA space is described by the variables `dvma_start' and `dvma_end'.
Prototype dvma_map*() routines.