From 607b0aec7ccd88ff134937450f857be5ac96c059 Mon Sep 17 00:00:00 2001 From: Benjamin Close Date: Thu, 8 Nov 2007 21:57:08 +0000 Subject: [PATCH] Turn off debug output, its been confusing users. Approved by: mlaier (comentor) --- sys/dev/wpi/if_wpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c index 5848b889c06..ea35df0c08a 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 -- 2.45.2