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: 04/07/1998 13:10:01
pk
Tue Apr  7 13:07:24 PDT 1998
Update of /cvsroot/src/sys/arch/sparc/include
In directory nb00:/tmp/cvs-serv8729

Modified Files:
	bus.h 
Log Message:
* Pass the bus tag instead of just the cookie to all bus space methods.
* In the bus tag structure, keep a reference to the parent bus.
* Express all bus space methods as inline functions in stead of macros
  and use the parent bus tag reference to find the nearest "upstream"
  bus that implements the method.


pk
Tue Apr  7 13:08:29 PDT 1998
Update of /cvsroot/src/sys/arch/sparc/include
In directory nb00:/tmp/cvs-serv8756

Modified Files:
	autoconf.h 
Log Message:
Remove old mapdev() function prototype.