21го он выложил рекомендации как обновить систему чтобы протестировать обновление
1) Turn off USB controller schedules when there are no transactions (1-4
seconds, not tuneable)
2) Suspend actual USB device (30 seconds, tuneable)
Powersave is enabled by default.
Tuneables:
==========
How to set power save delay in seconds:
sysctl hw.usb2.power_timeout=10
How to disable power save for the given USB device:
usbconfig -u xxx -a yyy power_on
How to enable power save for the given USB device:
usbconfig -u xxx -a yyy power_save
Known to work:
==============
EHCI+UHCI
OHCI - not tested yet
How to install on FreeBSD -current (8.x)
========================================
svn --username anonsvn --password anonsvn \
checkout svn://svn.turbocat.net/i4b
cd i4b/trunk/i4b/src/sys/dev
cp -r usb2 /sys/dev/
make -C /sys/modules/usb2 clean all install
For those who are interested, here is the patch:
http://perforce.freebsd.org/chv.cgi?CH=155086
Сначала думал перевести, но потом решил что не стои тут вроде и так все понятно, так что если кто пользуется CURRENT и сможет помочь в тестировании как я понимаю стоит присоединится
