svn commit: r206848 - head/tools/tools/ath/common

Rui Paulo rpaulo at FreeBSD.org
Mon Apr 19 17:16:23 UTC 2010


Author: rpaulo
Date: Mon Apr 19 17:16:23 2010
New Revision: 206848
URL: http://svn.freebsd.org/changeset/base/206848

Log:
  Dump the AR_PHY_TURBO register on the AR5416. This register holds 11n
  configurations.
  
  Sponsored by:	iXsystems, inc.

Modified:
  head/tools/tools/ath/common/dumpregs_5416.c

Modified: head/tools/tools/ath/common/dumpregs_5416.c
==============================================================================
--- head/tools/tools/ath/common/dumpregs_5416.c	Mon Apr 19 16:59:01 2010	(r206847)
+++ head/tools/tools/ath/common/dumpregs_5416.c	Mon Apr 19 17:16:23 2010	(r206848)
@@ -394,6 +394,7 @@ static struct dumpreg ar5416regs[] = {
     DEFBASIC(AR_SLP_CNT,	"SLPCNT"),
     DEFBASIC(AR_SLP_MIB_CTRL,	"SLPMIB"),
     DEFBASIC(AR_EXTRCCNT,	"EXTRCCNT"),
+    DEFBASIC(AR_PHY_TURBO,	"PHYTURBO"),
 
     DEFVOID(AR_PHY_ADC_SERIAL_CTL,	"PHY_ADC_SERIAL_CTL"),
 


More information about the svn-src-all mailing list