Date: Sun, 7 Dec 2008 19:17:33 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org 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 ... Message-ID: <200812071917.mB7JHnam097206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812071917.mB7JHnam097206>