Module Name: src
Committed By: pooka
Date: Thu Nov 6 00:42:18 UTC 2014
Modified Files:
src/sys/dev/pci: viornd.c
Log Message:
disable debug print by default
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/viornd.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/pci/viornd.c
diff -u src/sys/dev/pci/viornd.c:1.2 src/sys/dev/pci/viornd.c:1.3
--- src/sys/dev/pci/viornd.c:1.2 Thu Nov 6 00:41:33 2014
+++ src/sys/dev/pci/viornd.c Thu Nov 6 00:42:18 2014
@@ -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;