NetBSD/sys/dev/cardbus
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
..
adv_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
ahc_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
cardbus_exrom.c
cardbus_exrom.h
cardbus_map.c
cardbus.c it is sufficient to include "locators.h" in cardbus.c 2004-08-23 18:21:51 +00:00
cardbusreg.h
cardbusvar.h it is sufficient to include "locators.h" in cardbus.c 2004-08-23 18:21:51 +00:00
cardslot.c Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
cardslotvar.h function prototype must not have variable name 2003-07-08 10:06:28 +00:00
com_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
devlist2h.awk Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
ehci_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
files.cardbus Workbit NinjaSCSI-32 PCI/CardBus SCSI driver (njs) 2004-08-26 14:13:46 +00:00
fwohci_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
if_ath_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
if_atw_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
if_ex_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
if_fxp_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
if_rtk_cardbus.c Minor name change to match other stuff in pcidevs. 2004-08-02 19:26:51 +00:00
if_tlp_cardbus.c 3 things: 2004-08-02 19:31:52 +00:00
njs_cardbus.c Use ANSI function decls, more static. 2004-08-26 18:38:19 +00:00
ohci_cardbus.c cardbusdevs -> pcidevs 2004-08-02 19:14:28 +00:00
rbus_ppb.c Phase out the use of a string as first "attach args" member to control 2004-08-30 15:05:15 +00:00
rbus.c fix typo in comment: resister -> register. 2004-05-16 21:32:31 +00:00
rbus.h function prototype must not have variable name 2003-07-08 10:06:28 +00:00
usb_cardbus.h