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: 02/21/1998 15:10:01
mark
Sat Feb 21 15:00:58 PST 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv21222

Modified Files:
	machdep.c 
Log Message:
Add a cacheable flag field to the map_section() function so that L1 page
table section mappings may be made cacheable.
Remove a few nasty hardcoded shifts and use macros from machine/pte.h
instead.
Cleaned up a few comments.


mark
Sat Feb 21 15:02:34 PST 1998
Update of /cvsroot/src/sys/arch/arm32/podulebus
In directory nb00:/tmp/cvs-serv21269

Modified Files:
	podulebus.c 
Log Message:
Updated all map_section() function calls to map I/O sections as
non-cacheable.


mark
Sat Feb 21 15:04:54 PST 1998
Update of /cvsroot/src/sys/arch/arm32/riscpc
In directory nb00:/tmp/cvs-serv21298

Modified Files:
	rpc_machdep.c 
Log Message:
Remove local prototype of savectx().
Updated all map_section() function calls to map sections as non-cacheable.


mark
Sat Feb 21 15:08:17 PST 1998
Update of /cvsroot/src/sys/arch/arm32/rc7500
In directory nb00:/tmp/cvs-serv21327

Modified Files:
	rc7500_machdep.c 
Log Message:
Remove local prototype for savectx().
Update all map_section() function calls to map I/O sections as
non-cacheable.


mark
Sat Feb 21 15:09:37 PST 1998
Update of /cvsroot/src/sys/arch/arm32/iomd
In directory nb00:/tmp/cvs-serv21357

Modified Files:
	iomd_dma.c 
Log Message:
Fix typo in a DMA dummy stub function.