DragonFly commits List (threaded) for 2009-06
DragonFly BSD
DragonFly commits List (threaded) for 2009-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jun 2009 12:36:33 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]