From d8135f4acef5f11790a415436eec82c202160adc Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Fri, 10 Oct 2008 06:37:51 +0000 Subject: [PATCH] Add an entry about the split up of usb into usb+*hci modules. Submitted by: Andrew Thompson --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPDATING b/UPDATING index 967be9600eaf..2cd1052c471c 100644 --- a/UPDATING +++ b/UPDATING @@ -22,6 +22,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: to maximize performance. (To disable malloc debugging, run 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