From owner-freebsd-current Wed Feb 19 22:10:34 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6349B37B401 for ; Wed, 19 Feb 2003 22:10:33 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A16843FAF for ; Wed, 19 Feb 2003 22:10:32 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.6/8.12.3) with ESMTP id h1K6AU3Y051243; Wed, 19 Feb 2003 23:10:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 19 Feb 2003 23:10:23 -0700 (MST) Message-Id: <20030219.231023.96159062.imp@bsdimp.com> To: rb@gid.co.uk Cc: current@FreeBSD.ORG Subject: Re: Cardbus-attached USB controller From: "M. Warner Losh" In-Reply-To: <4.3.2.7.2.20030219170806.0391fdb0@gid.co.uk> References: <4.3.2.7.2.20030219170806.0391fdb0@gid.co.uk> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <4.3.2.7.2.20030219170806.0391fdb0@gid.co.uk> Bob Bishop 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