aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/fwohci_pci.c
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2003-11-03 09:22:18 +0000
committerDoug Rabson <dfr@FreeBSD.org>2003-11-03 09:22:18 +0000
commit0be389f3caaecdef16c6b4168f7c0c13ac05cab0 (patch)
tree72c2f12755e5178f1105ef8988d802511205c5c9 /sys/dev/firewire/fwohci_pci.c
parented70dde057247cfa3af40b2556e24d357dfa5ab6 (diff)
downloadsrc-0be389f3caaecdef16c6b4168f7c0c13ac05cab0.tar.gz
src-0be389f3caaecdef16c6b4168f7c0c13ac05cab0.zip
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
Notes
Notes: svn path=/head/; revision=121939
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
-rw-r--r--sys/dev/firewire/fwohci_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index 795aade86b76..98368043909d 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -462,4 +462,3 @@ static driver_t fwohci_driver = {
static devclass_t fwohci_devclass;
DRIVER_MODULE(fwohci, pci, fwohci_driver, fwohci_devclass, 0, 0);
-DRIVER_MODULE(fwohci, cardbus, fwohci_driver, fwohci_devclass, 0, 0);