From owner-svn-src-all@FreeBSD.ORG Tue Jul 10 06:10:49 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 EEA421065670; Tue, 10 Jul 2012 06:10:49 +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 DA7FB8FC0A; Tue, 10 Jul 2012 06:10:49 +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 q6A6AnfI063838; Tue, 10 Jul 2012 06:10:49 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6A6AnLq063836; Tue, 10 Jul 2012 06:10:49 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201207100610.q6A6AnLq063836@svn.freebsd.org> From: Adrian Chadd Date: Tue, 10 Jul 2012 06:10:49 +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: r238338 - head/sys/dev/ath X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 10 Jul 2012 06:10:50 -0000 Author: adrian Date: Tue Jul 10 06:10:49 2012 New Revision: 238338 URL: http://svn.freebsd.org/changeset/base/238338 Log: Print the TX buffer if this error condition is asserted. I need to figure out why this is occuring. Hopefully I can get enough descriptor dumps to figure it out. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c ============================================================================== --- head/sys/dev/ath/if_ath_tx.c Tue Jul 10 06:05:42 2012 (r238337) +++ head/sys/dev/ath/if_ath_tx.c Tue Jul 10 06:10:49 2012 (r238338) @@ -3583,6 +3583,8 @@ ath_tx_aggr_comp_aggr(struct ath_softc * "seq_st=%d\n", __func__, hasba, tx_ok, isaggr, seq_st); /* XXX TODO: schedule an interface reset */ + ath_printtxbuf(sc, bf_first, + sc->sc_ac2q[atid->ac]->axq_qnum, 0, 0); } /*