Module Name: src
Committed By: skrll
Date: Wed Apr 29 15:42:27 UTC 2009
Modified Files:
src/sys/arch/hp700/dev [nick-hppapmap]: dino.c
Log Message:
Sync with HEAD.
To generate a diff of this commit:
cvs rdiff -u -r1.6.2.3 -r1.6.2.4 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.2.3 src/sys/arch/hp700/dev/dino.c:1.6.2.4
--- src/sys/arch/hp700/dev/dino.c:1.6.2.3 Sat Apr 25 15:09:14 2009
+++ src/sys/arch/hp700/dev/dino.c Wed Apr 29 15:42:27 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: dino.c,v 1.6.2.3 2009/04/25 15:09:14 skrll Exp $ */
+/* $NetBSD: dino.c,v 1.6.2.4 2009/04/29 15:42:27 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.2.3 2009/04/25 15:09:14 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.6.2.4 2009/04/29 15:42:27 skrll Exp $");
/* #include "cardbus.h" */
@@ -388,7 +388,7 @@
void
dino_intr_disestablish(void *v, void *cookie)
{
- panic("There is no hp700_intr_disestablish()!");
+ /* XXX Implement me */
}