git: Revert "USB - Formalize polling mode and fix ohci interrupt
commit 2a9347940e4a4ce4de68a1dbdbc20a4929a5a939
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Sep 7 23:59:18 2009 -0700
Revert "USB - Formalize polling mode and fix ohci interrupt storm"
This reverts commit 727afe75ef752829158e906c5b86991478fece53. It broke
too many things, so the OHCI storm will have to be fixed another way.
Summary of changes:
sys/bus/usb/ehci.c | 21 +++++-----------
sys/bus/usb/ohci.c | 51 ++++++++++------------------------------
sys/bus/usb/ohcivar.h | 1 -
sys/bus/usb/uhci.c | 21 +++++-----------
sys/bus/usb/usb.c | 8 +++---
sys/bus/usb/usbdi.c | 30 +++++++-----------------
sys/bus/usb/usbdi.h | 2 +-
sys/bus/usb/usbdivar.h | 2 +-
sys/dev/usbmisc/ukbd/ukbd.c | 7 ++---
sys/dev/usbmisc/umass/umass.c | 5 +--
10 files changed, 47 insertions(+), 101 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2a9347940e4a4ce4de68a1dbdbc20a4929a5a939
--
DragonFly BSD source repository