In message: <[EMAIL PROTECTED]>
            Bob Bishop <[EMAIL PROTECTED]> writes:
: Would someone like to give me a clue how to plumb this thing in? TIA

Index: ohci_pci.c
===================================================================
RCS file: /cache/ncvs/src/sys/dev/usb/ohci_pci.c,v
retrieving revision 1.29
diff -u -r1.29 ohci_pci.c
--- ohci_pci.c  29 Jan 2003 00:13:29 -0000      1.29
+++ ohci_pci.c  20 Feb 2003 06:09:32 -0000
@@ -314,3 +314,4 @@
 static devclass_t ohci_devclass;
 
 DRIVER_MODULE(ohci, pci, ohci_driver, ohci_devclass, 0, 0);
+DRIVER_MODULE(ohci, cardbus, ohci_driver, ohci_devclass, 0, 0);

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to