看板 DFBSD_commit 關於我們 聯絡資訊
commit 33771948557d70d710f52b1b354e4a186f443c25 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Mon Jun 8 11:46:43 2009 -0700 USB - Fix polling code The polling code now calls the intr function instead of trying to optimize/shortcut the pending-interrupt test. There are additional conditions which need action which the test was not covering. The polling code now calls the softintr function as well, as it may be non-operational when the polling code is being used. Summary of changes: sys/bus/usb/ehci.c | 9 ++++++--- sys/bus/usb/ohci.c | 25 +++++++++++++++++++------ sys/bus/usb/uhci.c | 6 ++++-- 3 files changed, 29 insertions(+), 11 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/33771948557d70d710f52b1b354e4a186f443c25 -- DragonFly BSD source repository