svn commit: r215561 - stable/8/sys/dev/wpi
Bernhard Schmidt
bschmidt at FreeBSD.org
Sat Nov 20 12:59:01 UTC 2010
Author: bschmidt
Date: Sat Nov 20 12:59:01 2010
New Revision: 215561
URL: http://svn.freebsd.org/changeset/base/215561
Log:
MFC r199018 & r199037:
Turn off debug output by default.
Committed by: dougb
Modified:
stable/8/sys/dev/wpi/if_wpi.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/dev/wpi/if_wpi.c
==============================================================================
--- stable/8/sys/dev/wpi/if_wpi.c Sat Nov 20 12:28:24 2010 (r215560)
+++ stable/8/sys/dev/wpi/if_wpi.c Sat Nov 20 12:59:01 2010 (r215561)
@@ -127,7 +127,7 @@ enum {
WPI_DEBUG_ANY = 0xffffffff
};
-static int wpi_debug = 1;
+static int wpi_debug = 0;
SYSCTL_INT(_debug, OID_AUTO, wpi, CTLFLAG_RW, &wpi_debug, 0, "wpi debug level");
TUNABLE_INT("debug.wpi", &wpi_debug);
More information about the svn-src-stable
mailing list