Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2008 06:37:52 +0000 (UTC)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r183741 - head
Message-ID:  <200810100637.m9A6bqoI085013@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: n_hibma
Date: Fri Oct 10 06:37:51 2008
New Revision: 183741
URL: http://svn.freebsd.org/changeset/base/183741

Log:
  Add an entry about the split up of usb into usb+*hci modules.
  
  Submitted by:	Andrew Thompson

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Oct 10 06:26:37 2008	(r183740)
+++ head/UPDATING	Fri Oct 10 06:37:51 2008	(r183741)
@@ -23,6 +23,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
 	ln -s aj /etc/malloc.conf.)
 
 20081009:
+	The uhci, ohci, ehci and slhci USB Host controller drivers have
+	been put into separate modules. If you load the usb module
+	separately through loader.conf you will need to load the
+	appropriate *hci module as well. E.g. for a UHCI-based USB 2.0
+	controller add the following to loader.conf:
+
+		uhci_load="YES"
+		ehci_load="YES"
+
+20081009:
 	The ABI used by the PMC toolset has changed.  Please keep
 	userland (libpmc(3)) and the kernel module (hwpmc(4)) in
 	sync.



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