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/21/1998 12:00:01
pk
Sat Mar 21 11:55:31 PST 1998
Update of /cvsroot/src/sys/arch/sparc/dev
In directory nb00:/tmp/cvs-serv13166
Modified Files:
obio.c sbus.c
Log Message:
Switch to a bus_space(9)-based device attachment scheme.
- device attachment arguments contain bus-specific
address and interrupt levels.
- devices must call back on bus map functions to get their
addresses and interrupt levels translated properly.
- sun4m's obio bus is treated like an Sbus slot.
- the sun4-style obio bus has its own attach arguments
and map functions.