From owner-cvs-src-old@FreeBSD.ORG Sun Dec 7 19:17:50 2008 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 0C7521065786 for ; Sun, 7 Dec 2008 19:17:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EA1FA8FC08 for ; Sun, 7 Dec 2008 19:17:49 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB7JHnEk097208 for ; Sun, 7 Dec 2008 19:17:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB7JHnam097206 for cvs-src-old@freebsd.org; Sun, 7 Dec 2008 19:17:49 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200812071917.mB7JHnam097206@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Sun, 7 Dec 2008 19:17:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/ath Makefile Makefile.inc src/tools/tools/ath/athdebug Makefile src/tools/tools/ath/athkey Makefile athkey.c src/tools/tools/ath/athpow Makefile athpow.c src/tools/tools/ath/athprom Makefile athprom.c eeprom-14 eeprom-3 ... 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: Sun, 07 Dec 2008 19:17:50 -0000 sam 2008-12-07 19:17:33 UTC FreeBSD src repository Modified files: tools/tools/ath Makefile tools/tools/ath/athdebug Makefile tools/tools/ath/athstats Makefile Added files: tools/tools/ath Makefile.inc tools/tools/ath/athkey Makefile athkey.c tools/tools/ath/athpow Makefile athpow.c tools/tools/ath/athprom Makefile athprom.c eeprom-14 eeprom-3 eeprom-4 eeprom-5 tools/tools/ath/athregs Makefile dumpregs.c dumpregs.h dumpregs_5210.c dumpregs_5211.c dumpregs_5212.c dumpregs_5416.c tools/tools/ath/common ah_osdep.h diag.h Log: SVN rev 185743 on 2008-12-07 19:17:33Z by sam bring in diagnostic tools that are useful now that we have hal source code Revision Changes Path 1.7 +1 -1 src/tools/tools/ath/Makefile 1.1 +11 -0 src/tools/tools/ath/Makefile.inc (new) 1.3 +2 -2 src/tools/tools/ath/athdebug/Makefile 1.1 +7 -0 src/tools/tools/ath/athkey/Makefile (new) 1.1 +203 -0 src/tools/tools/ath/athkey/athkey.c (new) 1.1 +7 -0 src/tools/tools/ath/athpow/Makefile (new) 1.1 +198 -0 src/tools/tools/ath/athpow/athpow.c (new) 1.1 +17 -0 src/tools/tools/ath/athprom/Makefile (new) 1.1 +978 -0 src/tools/tools/ath/athprom/athprom.c (new) 1.1 +120 -0 src/tools/tools/ath/athprom/eeprom-14 (new) 1.1 +165 -0 src/tools/tools/ath/athprom/eeprom-3 (new) 1.1 +206 -0 src/tools/tools/ath/athprom/eeprom-4 (new) 1.1 +245 -0 src/tools/tools/ath/athprom/eeprom-5 (new) 1.1 +13 -0 src/tools/tools/ath/athregs/Makefile (new) 1.1 +720 -0 src/tools/tools/ath/athregs/dumpregs.c (new) 1.1 +73 -0 src/tools/tools/ath/athregs/dumpregs.h (new) 1.1 +123 -0 src/tools/tools/ath/athregs/dumpregs_5210.c (new) 1.1 +281 -0 src/tools/tools/ath/athregs/dumpregs_5211.c (new) 1.1 +335 -0 src/tools/tools/ath/athregs/dumpregs_5212.c (new) 1.1 +379 -0 src/tools/tools/ath/athregs/dumpregs_5416.c (new) 1.7 +2 -4 src/tools/tools/ath/athstats/Makefile 1.1 +75 -0 src/tools/tools/ath/common/ah_osdep.h (new) 1.1 +61 -0 src/tools/tools/ath/common/diag.h (new)