diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2008-10-10 06:37:51 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2008-10-10 06:37:51 +0000 |
commit | eedf3789316db2c705df037f8a25d3d0017f79dd (patch) | |
tree | adc919a5e0545c7ee15b0ba7c06ae4951a582962 /UPDATING | |
parent | 2b85f752b61a3558db848be6fe9c204b107264b9 (diff) | |
download | FreeBSD-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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |