DragonFly-2.3.1.467.g7dd55 master sys/bus/usb ehci.c ehci_pci.c ohci.c ohci_pci.c uhci.c uhci_pci.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jun 23 22:29:40 PDT 2009
commit 7dd55ac10c63ea55f61d7117e121042bb4f5a59a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Jun 23 22:25:07 2009 -0700
usb - More interrupt livelock fixes.
Fix additional interrupt livelocks which occur during initialization due to
interrupts being enabled too early.
Summary of changes:
sys/bus/usb/ehci.c | 16 ++++++++++------
sys/bus/usb/ehci_pci.c | 4 +---
sys/bus/usb/ohci.c | 21 +++++++++++++++++++--
sys/bus/usb/ohci_pci.c | 10 +++++++---
sys/bus/usb/uhci.c | 22 +++++++++++++++++-----
sys/bus/usb/uhci_pci.c | 4 +---
6 files changed, 55 insertions(+), 22 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7dd55ac10c63ea55f61d7117e121042bb4f5a59a
--
DragonFly BSD source repository
More information about the Commits
mailing list