Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Don't enable debug message by default.



details:   https://anonhg.NetBSD.org/src/rev/f99519f9d967
branches:  trunk
changeset: 486215:f99519f9d967
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon May 15 15:16:59 2000 +0000

description:
Don't enable debug message by default.

diffstat:

 sys/dev/ic/siop.c        |  4 ++--
 sys/dev/ic/siop_common.c |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 387834048559 -r f99519f9d967 sys/dev/ic/siop.c
--- a/sys/dev/ic/siop.c Mon May 15 12:15:38 2000 +0000
+++ b/sys/dev/ic/siop.c Mon May 15 15:16:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop.c,v 1.14 2000/05/15 07:48:24 bouyer Exp $ */
+/*     $NetBSD: siop.c,v 1.15 2000/05/15 15:16:59 bouyer Exp $ */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -58,7 +58,7 @@
 #include <dev/ic/siopvar.h>
 #include <dev/ic/siopvar_common.h>
 
-#define DEBUG
+#undef DEBUG
 #undef DEBUG_DR
 #undef DEBUG_INTR
 #undef DEBUG_SHED
diff -r 387834048559 -r f99519f9d967 sys/dev/ic/siop_common.c
--- a/sys/dev/ic/siop_common.c  Mon May 15 12:15:38 2000 +0000
+++ b/sys/dev/ic/siop_common.c  Mon May 15 15:16:59 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop_common.c,v 1.1 2000/05/15 07:48:25 bouyer Exp $   */
+/*     $NetBSD: siop_common.c,v 1.2 2000/05/15 15:16:59 bouyer Exp $   */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -57,7 +57,8 @@
 #include <dev/ic/siopvar.h>
 #include <dev/ic/siopvar_common.h>
 
-#define DEBUG
+#undef DEBUG
+#undef DEBUG_DR
 
 void
 siop_common_reset(sc)



Home | Main Index | Thread Index | Old Index