Module Name:    src
Committed By:   pgoyette
Date:           Wed Jun  9 13:33:13 UTC 2010

Modified Files:
        src/sys/dev/usb: ohci.c

Log Message:
Revert previous - it was committed unintentionally along with other changes.


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 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.207 src/sys/dev/usb/ohci.c:1.208
--- src/sys/dev/usb/ohci.c:1.207	Sun Jun  6 18:58:26 2010
+++ src/sys/dev/usb/ohci.c	Wed Jun  9 13:33:13 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: ohci.c,v 1.207 2010/06/06 18:58:26 pgoyette Exp $	*/
+/*	$NetBSD: ohci.c,v 1.208 2010/06/09 13:33:13 pgoyette 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.207 2010/06/06 18:58:26 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.208 2010/06/09 13:33:13 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1291,8 +1291,7 @@
 			DPRINTFN(5,("add ITD %p\n", sitd));
 			continue;
 		}
-		printf("ohci_softintr: addr 0x%08lx not found", (u_long)done);
-		return;
+		panic("ohci_softintr: addr 0x%08lx not found", (u_long)done);
 	}
 
 	DPRINTFN(10,("ohci_softintr: sdone=%p sidone=%p\n", sdone, sidone));

Reply via email to