Module Name: src
Committed By: skrll
Date: Wed Apr 29 07:14:58 UTC 2009
Modified Files:
src/sys/arch/hp700/dev: dino.c
Log Message:
Don't panic in dino_intr_disesablish. Just note that it needs to be
implemented for now.
Stop gap fix for PR/41295.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/dev/dino.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/arch/hp700/dev/dino.c
diff -u src/sys/arch/hp700/dev/dino.c:1.6 src/sys/arch/hp700/dev/dino.c:1.7
--- src/sys/arch/hp700/dev/dino.c:1.6 Thu Aug 28 08:25:46 2008
+++ src/sys/arch/hp700/dev/dino.c Wed Apr 29 07:14:58 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dino.c,v 1.6 2008/08/28 08:25:46 skrll Exp $ */
+/* $NetBSD: dino.c,v 1.7 2009/04/29 07:14:58 skrll Exp $ */
/* $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.6 2008/08/28 08:25:46 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.7 2009/04/29 07:14:58 skrll Exp $");
/* #include "cardbus.h" */
@@ -387,7 +387,7 @@
void
dino_intr_disestablish(void *v, void *cookie)
{
- panic("There is no hp700_intr_disestablish()!");
+ /* XXX Implement me */
}