Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/13/1997 00:40:03
mark
Sun Jan 12 16:33:37 PST 1997
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv5259

Modified Files:
	bus.h 
Log Message:
Update for new bus space interface. This implementation is based on
cgd's alpha implementation. Bus tags now point to a structure of
function pointers to bus space routines rather than being an index to
one of several I/O methods making it simpler and more efficient in
handling many different busses and mapping schemes.


mark
Sun Jan 12 16:35:49 PST 1997
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv6146

Modified Files:
	mainbus.h mainbus.c 
Log Message:
Updated for the new bus space implementation in bus.h
The mainbus bus space tag is passed in the mainbus_attach_args structure.


mark
Sun Jan 12 16:37:54 PST 1997
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv6377

Added Files:
	mainbus_io.c mainbus_io_asm.S 
Log Message:
Implement a set of functions that provide the bus space mapping and
read/write routines for the mainbus.


mark
Sun Jan 12 16:38:46 PST 1997
Update of /cvsroot/src/sys/arch/arm32/conf
In directory netbsd1:/var/slash-tmp/cvs-serv6609

Modified Files:
	files.arm32 
Log Message:
Added files for the mainbus mapping and read/write routines.