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: 05/16/1996 14:10:14
chuck
Thu May 16 14:00:08 EDT 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/mvme68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9050

Modified Files:
	disksubr.c 
Log Message:
add code so that we can generate a valid disklabel without help from
wrtvid.


mark
Thu May 16 14:08:50 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv9447

Added Files:
	bus.h 
Log Message:
bus memory and I/O space access functions/macros, to be used by
machine-independent code for more sane access to bus resources.
Defines:
        bus_{io,mem}_{map,unmap}
        bus_{io,mem}_{read,write}_{1,2,4,8}
        bus_io_{read,write}_multi_{1,2,4,8}
functions, and several types to go with them.
Note: The bus_io_*_8 functions are not supported.