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: 03/08/1996 15:20:04
cgd
Fri Mar 8 15:11:24 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5527
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.
New functions will be added to this set, in the future, as appropriate,
but this is a good starting set. Defines:
bus_{io,mem}_{map,unmap}
bus_{io,mem}_{read,write}_{1,2,4,8}
functions, and several types to go with them.
mark
Fri Mar 8 15:14:49 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5581
Modified Files:
debug.c
Log Message:
Fixed the formatting of the debug output.
cgd
Fri Mar 8 15:15:24 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5596
Modified Files:
pio.h
Log Message:
make this idempotent. bus.h needs to include it, and other things which
may include something that includes bus.h may include it as well.
cgd
Fri Mar 8 15:19:51 EST 1996
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5672
Modified Files:
machdep.c
Log Message:
implement bus_mem_map() and bus_mem_unmap() functions.