summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2003-11-03 09:22:18 +0000
committerdfr <dfr@FreeBSD.org>2003-11-03 09:22:18 +0000
commit590f57cc6230c30e732dc600ba07910b14540926 (patch)
tree72c2f12755e5178f1105ef8988d802511205c5c9 /sys/dev/fxp
parent95ff7648c4b81dd1a7cf3c8de107d78721401a59 (diff)
downloadFreeBSD-src-590f57cc6230c30e732dc600ba07910b14540926.zip
FreeBSD-src-590f57cc6230c30e732dc600ba07910b14540926.tar.gz
Remove explicit cardbus attachments from drivers where this is identical
to the pci attachment. Cardbus is a derived class of pci so all pci drivers are automatically available for matching against cardbus devices. Reviewed by: imp
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 39a42d0..e607a55 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -279,7 +279,6 @@ static driver_t fxp_driver = {
static devclass_t fxp_devclass;
DRIVER_MODULE(fxp, pci, fxp_driver, fxp_devclass, 0, 0);
-DRIVER_MODULE(fxp, cardbus, fxp_driver, fxp_devclass, 0, 0);
DRIVER_MODULE(miibus, fxp, miibus_driver, miibus_devclass, 0, 0);
static int fxp_rnr;
OpenPOWER on IntegriCloud