Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Revert previous - it was committed unintentional...



details:   https://anonhg.NetBSD.org/src/rev/e3ebb5bb365d
branches:  trunk
changeset: 755559:e3ebb5bb365d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jun 09 13:33:13 2010 +0000

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

diffstat:

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

diffs (28 lines):

diff -r b9b1fbcd548a -r e3ebb5bb365d sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Wed Jun 09 12:40:49 2010 +0000
+++ b/sys/dev/usb/ohci.c        Wed Jun 09 13:33:13 2010 +0000
@@ -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));



Home | Main Index | Thread Index | Old Index