diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-11-28 05:28:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-11-28 05:28:29 +0000 |
| commit | 347934fa630483db685b288c70a07621cb6f8721 (patch) | |
| tree | f3a75060791c0ddccff507c8cb62ab6ffc682113 /sys/dev/usb/uhci_pci.c | |
| parent | fdc21d0d1e4216d0c77c05db987e54c8237fe0f6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhci_pci.c')
| -rw-r--r-- | sys/dev/usb/uhci_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c index 9e85a98f268f..48996f613282 100644 --- a/sys/dev/usb/uhci_pci.c +++ b/sys/dev/usb/uhci_pci.c @@ -412,3 +412,4 @@ static driver_t uhci_driver = { static devclass_t uhci_devclass; DRIVER_MODULE(uhci, pci, uhci_driver, uhci_devclass, 0, 0); +DRIVER_MODULE(uhci, cardbus, uhci_driver, uhci_devclass, 0, 0); |
