Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/ohci.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/ohci.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.196 retrieving revision 1.196.4.2 diff -u -p -r1.196 -r1.196.4.2 --- src/sys/dev/usb/ohci.c 2008/08/13 09:43:56 1.196 +++ src/sys/dev/usb/ohci.c 2011/08/19 19:45:39 1.196.4.2 @@ -1,4 +1,4 @@ -/* $NetBSD: ohci.c,v 1.196 2008/08/13 09:43:56 drochner Exp $ */ +/* $NetBSD: ohci.c,v 1.196.4.2 2011/08/19 19:45:39 riz 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 -__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.196 2008/08/13 09:43:56 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.196.4.2 2011/08/19 19:45:39 riz Exp $"); #include #include @@ -1330,7 +1330,9 @@ ohci_softintr(void *v) DPRINTFN(5,("add ITD %p\n", sitd)); continue; } - panic("ohci_softintr: addr 0x%08lx not found", (u_long)done); + printf("%s: WARNING: addr 0x%08lx not found\n", + device_xname(sc->sc_dev), (u_long)done); + break; } DPRINTFN(10,("ohci_softintr: sdone=%p sidone=%p\n", sdone, sidone));