Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
- To: source-changes
- Subject: sun-lamp CVS commits
- From: The Source of All Evil <source>
- Date: Wed, 6 Dec 1995 17:40:09 -0500
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.
Home |
Main Index |
Thread Index |
Old Index