From owner-svn-src-head@FreeBSD.ORG Wed May 11 13:25:43 2011 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 5F72A106564A; Wed, 11 May 2011 13:25:43 +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 4D7938FC0C; Wed, 11 May 2011 13:25:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p4BDPhU3091795; Wed, 11 May 2011 13:25:43 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p4BDPhTA091793; Wed, 11 May 2011 13:25:43 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201105111325.p4BDPhTA091793@svn.freebsd.org> From: Adrian Chadd Date: Wed, 11 May 2011 13:25:43 +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: r221778 - head/sys/dev/ath/ath_hal/ar5416 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: Wed, 11 May 2011 13:25:43 -0000 Author: adrian Date: Wed May 11 13:25:43 2011 New Revision: 221778 URL: http://svn.freebsd.org/changeset/base/221778 Log: Always log if the NF CCA load fails; so users with debugging enabled can see they're likely in a very noisy environment. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Wed May 11 13:24:17 2011 (r221777) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Wed May 11 13:25:43 2011 (r221778) @@ -638,8 +638,8 @@ ar5416LoadNF(struct ath_hal *ah, const s * here, the baseband nf cal will just be capped by our present * noisefloor until the next calibration timer. */ - HALDEBUG(ah, HAL_DEBUG_ANY, "Timeout while waiting for nf " - "to load: AR_PHY_AGC_CONTROL=0x%x\n", + HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "Timeout while waiting for " + "nf to load: AR_PHY_AGC_CONTROL=0x%x\n", OS_REG_READ(ah, AR_PHY_AGC_CONTROL)); return; }