From 50fbb1fb9fc90999e9ab376acde71e2c43db7e52 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 28 Nov 2003 05:28:29 +0000 Subject: Sometimes cardbus attachments don't attach, so while we track down this problem put these lines back in. While they should be unnecessary, they appear to be sometimes necessary. Reviewed in concept: dfr Approved by: re (scottl@) --- sys/dev/usb/ehci_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/ehci_pci.c') diff --git a/sys/dev/usb/ehci_pci.c b/sys/dev/usb/ehci_pci.c index dee8177..00b2206 100644 --- a/sys/dev/usb/ehci_pci.c +++ b/sys/dev/usb/ehci_pci.c @@ -334,3 +334,4 @@ static driver_t ehci_driver = { static devclass_t ehci_devclass; DRIVER_MODULE(ehci, pci, ehci_driver, ehci_devclass, 0, 0); +DRIVER_MODULE(ehci, cardbus, ehci_driver, ehci_devclass, 0, 0); -- cgit v1.1