Author: adrian
Date: Mon May 18 04:50:31 2009
New Revision: 192285
URL: http://svn.freebsd.org/changeset/base/192285

Log:
  Disable some un-needed console debugging.

Modified:
  head/sys/dev/xen/console/console.c

Modified: head/sys/dev/xen/console/console.c
==============================================================================
--- head/sys/dev/xen/console/console.c  Mon May 18 04:07:46 2009        
(r192284)
+++ head/sys/dev/xen/console/console.c  Mon May 18 04:50:31 2009        
(r192285)
@@ -152,7 +152,7 @@ xccncheckc(struct consdev *dev)
        
        CN_LOCK(cn_mtx);
        if ((rp - rc)) {
-               if (kdb_active) printf("%s:%d\n", __func__, __LINE__);
+               /* if (kdb_active) printf("%s:%d\n", __func__, __LINE__); */
                /* we need to return only one char */
                ret = (int)rbuf[RBUF_MASK(rc)];
                rc++;
_______________________________________________
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