From owner-freebsd-current@FreeBSD.ORG Thu Oct 9 20:35:52 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 833FE1065686 for ; Thu, 9 Oct 2008 20:35:52 +0000 (UTC) (envelope-from nick@anywi.com) Received: from hpsmtp-eml16.kpnxchange.com (hpsmtp-eml16.KPNXCHANGE.COM [213.75.38.116]) by mx1.freebsd.org (Postfix) with ESMTP id 18E948FC1A for ; Thu, 9 Oct 2008 20:35:51 +0000 (UTC) (envelope-from nick@anywi.com) Received: from hpsmtp-eml08.kpnxchange.com ([213.75.38.108]) by hpsmtp-eml16.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 9 Oct 2008 22:23:47 +0200 Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by hpsmtp-eml08.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 9 Oct 2008 22:23:47 +0200 Received: (qmail 93171 invoked by uid 98); 9 Oct 2008 20:23:47 -0000 Received: from 10.66.0.135 (nick@10.66.0.135) by uitsmijter.van-laarhoven.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.92/5270. f-prot: 4.6.7/3.16.15. spamassassin: 3.2.3. Clear:RC:1(10.66.0.135):. Processed in 0.757535 secs); 09 Oct 2008 20:23:47 -0000 Received: from unknown (HELO van-laarhoven.org) (nick@10.66.0.135) by uitsmijter.van-laarhoven.org with SMTP; 9 Oct 2008 20:23:46 -0000 Received: (nullmailer pid 6290 invoked by uid 1001); Thu, 09 Oct 2008 20:23:45 -0000 From: Nick Hibma Organization: AnyWi To: freebsd-current@freebsd.org Date: Thu, 9 Oct 2008 22:23:44 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810092223.44917.nick@anywi.com> X-OriginalArrivalTime: 09 Oct 2008 20:23:47.0380 (UTC) FILETIME=[EF154740:01C92A4C] X-Mailman-Approved-At: Thu, 09 Oct 2008 20:49:07 +0000 Subject: HEADS UP: svn commit: r183730 - head/sys/modules/usb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 20:35:52 -0000 HEADS UP: Please note that this change requires you to load uhci, ohci, ehci, and/or slhci separately. If you have for example usb_load="YES" in /boot/loader.conf you should add the lines uhci_load="YES" ehci_load="YES" if you have an Intel motherboard with USB 2.0 support. Cheers, Nick ---------- Forwarded Message ---------- Subject: svn commit: r183730 - head/sys/modules/usb Date: Thu October 9 2008 From: Nick Hibma To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Author: n_hibma Date: Thu Oct 9 20:00:17 2008 New Revision: 183730 URL: http://svn.freebsd.org/changeset/base/183730 Log: Obfuscated by other diffs while committing r183728: Remove the files for the HCI interfaces from the usb module. Modified: head/sys/modules/usb/Makefile Modified: head/sys/modules/usb/Makefile ============================================================================== --- head/sys/modules/usb/Makefile Thu Oct 9 19:47:28 2008 (r183729) +++ head/sys/modules/usb/Makefile Thu Oct 9 20:00:17 2008 (r183730) @@ -19,9 +19,4 @@ SRCS= bus_if.h device_if.h usb_if.h usb_ usbdi_util.c usbdi_util.h \ usb_ethersubr.c usbdevs.h -SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h -SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h -SRCS+= ehci_pci.c ehci.c ehcireg.h ehcivar.h -SRCS+= pci_if.h - .include _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" ------------------------------------------------------- -- AnyWi Technologies