From owner-svn-src-head@FreeBSD.ORG Sat Aug 11 22:39:28 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 201BA106566B; Sat, 11 Aug 2012 22:39:28 +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 0B7B98FC08; Sat, 11 Aug 2012 22:39:28 +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 q7BMdRRD007311; Sat, 11 Aug 2012 22:39:27 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7BMdRib007309; Sat, 11 Aug 2012 22:39:27 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201208112239.q7BMdRib007309@svn.freebsd.org> From: Adrian Chadd Date: Sat, 11 Aug 2012 22:39:27 +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: r239199 - head/sys/dev/ath 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: Sat, 11 Aug 2012 22:39:28 -0000 Author: adrian Date: Sat Aug 11 22:39:27 2012 New Revision: 239199 URL: http://svn.freebsd.org/changeset/base/239199 Log: Add the AR9380 HAL to the TX descriptor debugging, in order to dump all of the descriptor contents. Modified: head/sys/dev/ath/if_ath_debug.c Modified: head/sys/dev/ath/if_ath_debug.c ============================================================================== --- head/sys/dev/ath/if_ath_debug.c Sat Aug 11 22:25:28 2012 (r239198) +++ head/sys/dev/ath/if_ath_debug.c Sat Aug 11 22:39:27 2012 (r239199) @@ -158,7 +158,8 @@ ath_printtxbuf(struct ath_softc *sc, con ds->ds_ctl0, ds->ds_ctl1, ds->ds_hw[0], ds->ds_hw[1], ds->ds_hw[2], ds->ds_hw[3]); - if (ah->ah_magic == 0x20065416) { + if (ah->ah_magic == 0x20065416 || + ah->ah_magic == 0x19741014) { printf(" %08x %08x %08x %08x %08x %08x %08x %08x\n", ds->ds_hw[4], ds->ds_hw[5], ds->ds_hw[6], ds->ds_hw[7], ds->ds_hw[8], ds->ds_hw[9],