Module Name: src
Committed By: macallan
Date: Wed Dec 22 01:34:19 UTC 2010
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
don't disable interrpts in ohci_intr1 - now USB works again on my Blade 2500
( hi gimpy )
To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/sys/dev/usb/ohci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.211 src/sys/dev/usb/ohci.c:1.212
--- src/sys/dev/usb/ohci.c:1.211 Wed Dec 15 23:48:15 2010
+++ src/sys/dev/usb/ohci.c Wed Dec 22 01:34:19 2010
@@ -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);
}