summaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
committerWarner Losh <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
commit347934fa630483db685b288c70a07621cb6f8721 (patch)
treef3a75060791c0ddccff507c8cb62ab6ffc682113 /sys/dev/puc
parentfdc21d0d1e4216d0c77c05db987e54c8237fe0f6 (diff)
Notes
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/puc_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c
index d2036c68fa11..74d7a2ef0eb2 100644
--- a/sys/dev/puc/puc_pci.c
+++ b/sys/dev/puc/puc_pci.c
@@ -164,6 +164,7 @@ static driver_t puc_pci_driver = {
};
DRIVER_MODULE(puc, pci, puc_pci_driver, puc_devclass, 0, 0);
+DRIVER_MODULE(puc, cardbus, puc_pci_driver, puc_devclass, 0, 0);
#define rdspio(indx) (bus_space_write_1(bst, bsh, efir, indx), \