From owner-svn-src-all@FreeBSD.ORG Sun Nov 4 00:46:02 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6B7C44F; Sun, 4 Nov 2012 00:46:02 +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 8D91E8FC08; Sun, 4 Nov 2012 00:46:02 +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 qA40k2n4079120; Sun, 4 Nov 2012 00:46:02 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA40k20q079118; Sun, 4 Nov 2012 00:46:02 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201211040046.qA40k20q079118@svn.freebsd.org> From: Adrian Chadd Date: Sun, 4 Nov 2012 00:46:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242540 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 00:46:02 -0000 Author: adrian Date: Sun Nov 4 00:46:01 2012 New Revision: 242540 URL: http://svn.freebsd.org/changeset/base/242540 Log: Oops - conditionalise that. Modified: head/sys/dev/ath/if_ath_tx_edma.c Modified: head/sys/dev/ath/if_ath_tx_edma.c ============================================================================== --- head/sys/dev/ath/if_ath_tx_edma.c Sun Nov 4 00:30:42 2012 (r242539) +++ head/sys/dev/ath/if_ath_tx_edma.c Sun Nov 4 00:46:01 2012 (r242540) @@ -449,7 +449,9 @@ ath_edma_tx_proc(void *arg, int npending ATH_TXSTATUS_LOCK(sc); status = ath_hal_txprocdesc(ah, NULL, (void *) &ts); +#ifdef ATH_DEBUG ath_hal_gettxrawtxdesc(ah, txstatus); +#endif ATH_TXSTATUS_UNLOCK(sc); #ifdef ATH_DEBUG