DragonFly-2.3.1.194.g33771 master sys/bus/usb ehci.c ohci.c uhci

看板DFBSD_commit作者時間16年前 (2009/06/09 04:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1ABMu600 (DFBSD_commit)