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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to