summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2008-10-10 06:37:51 +0000
committern_hibma <n_hibma@FreeBSD.org>2008-10-10 06:37:51 +0000
commiteedf3789316db2c705df037f8a25d3d0017f79dd (patch)
treeadc919a5e0545c7ee15b0ba7c06ae4951a582962 /UPDATING
parent2b85f752b61a3558db848be6fe9c204b107264b9 (diff)
downloadFreeBSD-src-eedf3789316db2c705df037f8a25d3d0017f79dd.zip
FreeBSD-src-eedf3789316db2c705df037f8a25d3d0017f79dd.tar.gz
Add an entry about the split up of usb into usb+*hci modules.
Submitted by: Andrew Thompson
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 967be96..2cd1052 100644
--- a/UPDATING
+++ b/UPDATING
@@ -23,6 +23,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
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.
OpenPOWER on IntegriCloud