Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2008 22:23:44 +0200
From:      Nick Hibma <nick@anywi.com>
To:        freebsd-current@freebsd.org
Subject:   HEADS UP: svn commit: r183730 - head/sys/modules/usb
Message-ID:  <200810092223.44917.nick@anywi.com>

next in thread | raw e-mail | index | archive | help
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 <n_hibma@freebsd.org>
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 <bsd.kmod.mk>
_______________________________________________
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



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