From owner-cvs-src-old@FreeBSD.ORG Thu Apr 7 13:15:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D339A1065743 for ; Thu, 7 Apr 2011 13:15:04 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B38608FC13 for ; Thu, 7 Apr 2011 13:15:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p37DF4w4050490 for ; Thu, 7 Apr 2011 13:15:04 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p37DF4Ea050489 for cvs-src-old@freebsd.org; Thu, 7 Apr 2011 13:15:04 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201104071315.p37DF4Ea050489@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 7 Apr 2011 13:14:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah_decode.h src/sys/dev/ath/ath_hal/ar5212 ar5212_recv.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2011 13:15:04 -0000 adrian 2011-04-07 13:14:51 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah_decode.h sys/dev/ath/ath_hal/ar5212 ar5212_recv.c Log: SVN rev 220423 on 2011-04-07 13:14:51Z by adrian Add some more OS_MARK probes to the RX DMA setup/teardown code path. I'm trying to debug the RX DMA path and help the ath9k guys with "RX dma abort stuck" issue that both our drivers have. Revision Changes Path 1.3 +10 -0 src/sys/dev/ath/ath_hal/ah_decode.h 1.5 +4 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c