NetBSD/sys/arch/cobalt
drochner 46289e1fef Phase out the use of a string as first "attach args" member to control
which bustype should be attached with a specific call to config_found()
(from a "mainbus" or a bus bridge).
Do it for isa/eisa/mca and pci/agp for now. These buses all attach to
an mi interface attribute "isabus", "eisabus" etc., and the autoconf
framework now allows to specify an interface attribute on config_found()
and config_search(), which limits the search of matching config data
to these which attach to that specific attribute.
So we basically have to call config_found_ia(..., "foobus", ...) where
such a bus is attached.
As a consequence, where a "mainbus" or alike also attaches other
devices (eg CPUs) which do not attach to a specific attribute yet,
we need at least pass an attribute name (different from "foobus") so
that the foo bus is not found at these places. This made some minor
changes necessary which are not obviously related to the mentioned buses.
2004-08-30 15:05:15 +00:00
..
cobalt - rename comcnprobe() and comcninit() to com_mainbus_cnprobe() and 2004-08-29 16:14:15 +00:00
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf - rename comcnprobe() and comcninit() to com_mainbus_cnprobe() and 2004-08-29 16:14:15 +00:00
dev Phase out the use of a string as first "attach args" member to control 2004-08-30 15:05:15 +00:00
include - Use bus_space(9) to access PCI configuration registers on GT64111. 2004-08-28 13:33:31 +00:00
pci - Use bus_space(9) to access PCI configuration registers on GT64111. 2004-08-28 13:33:31 +00:00
stand Ignore errors on some rm -rf's for platforms that aren't quite 2004-06-21 18:20:08 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
TODO Attachment for the HD44780 display and keypad on the front of Cobalt machines. 2003-01-20 01:26:12 +00:00