Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci disable debug print by default



details:   https://anonhg.NetBSD.org/src/rev/5d91b9e88846
branches:  trunk
changeset: 333496:5d91b9e88846
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 06 00:42:18 2014 +0000

description:
disable debug print by default

diffstat:

 sys/dev/pci/viornd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da25610d37c2 -r 5d91b9e88846 sys/dev/pci/viornd.c
--- a/sys/dev/pci/viornd.c      Thu Nov 06 00:41:33 2014 +0000
+++ b/sys/dev/pci/viornd.c      Thu Nov 06 00:42:18 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: viornd.c,v 1.2 2014/11/06 00:41:33 pooka Exp $ */
+/*     $NetBSD: viornd.c,v 1.3 2014/11/06 00:42:18 pooka Exp $ */
 /*     $OpenBSD: viornd.c,v 1.1 2014/01/21 21:14:58 sf Exp $   */
 
 /*
@@ -61,7 +61,7 @@
 
 #define        VIORND_BUFSIZE                  32
 
-#define VIORND_DEBUG 1
+#define VIORND_DEBUG 0
 
 struct viornd_softc {
        device_t                sc_dev;



Home | Main Index | Thread Index | Old Index