Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb don't disable interrpts in ohci_intr1 - now USB ...



details:   https://anonhg.NetBSD.org/src/rev/c45abe3d571e
branches:  trunk
changeset: 759958:c45abe3d571e
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Dec 22 01:34:19 2010 +0000

description:
don't disable interrpts in ohci_intr1 - now USB works again on my Blade 2500
( hi gimpy )

diffstat:

 sys/dev/usb/ohci.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 3683b226c558 -r c45abe3d571e sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Wed Dec 22 01:34:17 2010 +0000
+++ b/sys/dev/usb/ohci.c        Wed Dec 22 01:34:19 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.211 2010/12/15 23:48:15 matt Exp $  */
+/*     $NetBSD: ohci.c,v 1.212 2010/12/22 01:34:19 macallan Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $       */
 
 /*
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.211 2010/12/15 23:48:15 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.212 2010/12/22 01:34:19 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1150,7 +1150,6 @@
                     (u_int)eintrs, sc->sc_eintrs));
 
        if (!eintrs) {
-               OWRITE4(sc, OHCI_INTERRUPT_DISABLE, OHCI_MIE); /* Disable */
                return (0);
        }
 



Home | Main Index | Thread Index | Old Index