Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Make compile with options DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/3d7e0dfdc7f2
branches:  trunk
changeset: 747380:3d7e0dfdc7f2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Sep 12 18:52:25 2009 +0000

description:
Make compile with options DEBUG.

diffstat:

 sys/dev/isa/cec.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r cadc0c3b7bbf -r 3d7e0dfdc7f2 sys/dev/isa/cec.c
--- a/sys/dev/isa/cec.c Sat Sep 12 18:46:42 2009 +0000
+++ b/sys/dev/isa/cec.c Sat Sep 12 18:52:25 2009 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index