Module Name: src
Committed By: tsutsui
Date: Sat Sep 12 18:52:25 UTC 2009
Modified Files:
src/sys/dev/isa: cec.c
Log Message:
Make compile with options DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/isa/cec.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/isa/cec.c
diff -u src/sys/dev/isa/cec.c:1.11 src/sys/dev/isa/cec.c:1.12
--- src/sys/dev/isa/cec.c:1.11 Tue May 12 09:10:15 2009
+++ src/sys/dev/isa/cec.c Sat Sep 12 18:52:25 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cec.c,v 1.11 2009/05/12 09:10:15 cegger Exp $ */
+/* $NetBSD: cec.c,v 1.12 2009/09/12 18:52:25 tsutsui Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cec.c,v 1.11 2009/05/12 09:10:15 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cec.c,v 1.12 2009/09/12 18:52:25 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -48,7 +48,9 @@
#include <dev/ic/nec7210reg.h>
+#ifndef DEBUG
#define DEBUG
+#endif
#ifdef DEBUG
int cecdebug = 0x1f;