From owner-svn-src-head@FreeBSD.ORG Mon May 18 04:50:32 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2043F10656E2; Mon, 18 May 2009 04:50:32 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECEA8FC13; Mon, 18 May 2009 04:50:32 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4I4oVeT049904; Mon, 18 May 2009 04:50:31 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4I4oV5Q049903; Mon, 18 May 2009 04:50:31 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <200905180450.n4I4oV5Q049903@svn.freebsd.org> From: Adrian Chadd Date: Mon, 18 May 2009 04:50:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192285 - head/sys/dev/xen/console X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 04:50:32 -0000 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++;