Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 23:10:23 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        rb@gid.co.uk
Cc:        current@FreeBSD.ORG
Subject:   Re: Cardbus-attached USB controller
Message-ID:  <20030219.231023.96159062.imp@bsdimp.com>
In-Reply-To: <4.3.2.7.2.20030219170806.0391fdb0@gid.co.uk>
References:  <4.3.2.7.2.20030219170806.0391fdb0@gid.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <4.3.2.7.2.20030219170806.0391fdb0@gid.co.uk>
            Bob Bishop <rb@gid.co.uk> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030219.231023.96159062.imp>