svn commit: r197320 - in stable/8/sys: . amd64/include/xen
cddl/contrib/opensolaris contrib/dev/acpica contrib/pf
dev/ciss dev/xen/xenpci powerpc/conf
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sat Sep 19 01:48:13 UTC 2009
Author: nwhitehorn
Date: Sat Sep 19 01:48:12 2009
New Revision: 197320
URL: http://svn.freebsd.org/changeset/base/197320
Log:
MFC r196993
Remove some debugging (KTR_VERBOSE) that crept into ppc GENERIC long ago
and is present on no other architectures by default.
Reviewed by: grehan
Approved by: re (kib)
Modified:
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/ciss/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/powerpc/conf/GENERIC
Modified: stable/8/sys/powerpc/conf/GENERIC
==============================================================================
--- stable/8/sys/powerpc/conf/GENERIC Fri Sep 18 21:39:59 2009 (r197319)
+++ stable/8/sys/powerpc/conf/GENERIC Sat Sep 19 01:48:12 2009 (r197320)
@@ -162,7 +162,3 @@ device pmu
device iicbus # I2C bus code
device kiic # Keywest I2C
-options KTR
-options KTR_COMPILE=0xffffffff
-#options KTR_MASK=KTR_SIG
-options KTR_VERBOSE
More information about the svn-src-stable-8
mailing list