summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbenjsc <benjsc@FreeBSD.org>2007-11-08 21:57:08 +0000
committerbenjsc <benjsc@FreeBSD.org>2007-11-08 21:57:08 +0000
commit970568fc753d90478db17074577983646d374190 (patch)
treec2bab2e246caae1d8b8026c1ccabf3a848b3b2c6 /sys
parent521c23bdab7b4421f174a94600c4142507d814d2 (diff)
downloadFreeBSD-src-970568fc753d90478db17074577983646d374190.zip
FreeBSD-src-970568fc753d90478db17074577983646d374190.tar.gz
Turn off debug output, its been confusing users.
Approved by: mlaier (comentor)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/wpi/if_wpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index 5848b88..ea35df0 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -132,7 +132,7 @@ enum {
WPI_DEBUG_ANY = 0xffffffff
};
-int wpi_debug = WPI_DEBUG_SCANNING | WPI_DEBUG_CMD | WPI_DEBUG_NOTIFY;
+int wpi_debug = 0;
SYSCTL_INT(_debug, OID_AUTO, wpi, CTLFLAG_RW, &wpi_debug, 0, "wpi debug level");
#else
OpenPOWER on IntegriCloud