svn commit: r183741 - head
Nick Hibma
n_hibma at FreeBSD.org
Fri Oct 10 06:37:52 UTC 2008
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.
More information about the svn-src-head
mailing list