svn commit: r210602 - user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Thu Jul 29 13:22:55 UTC 2010


Author: adrian
Date: Thu Jul 29 13:22:55 2010
New Revision: 210602
URL: http://svn.freebsd.org/changeset/base/210602

Log:
  Add in a local addition to the 9160 .ini which forces the calibration mode
  register (AR_PHY_CALMODE) to 0. It's done for the other chips so I'm doing it
  here just in case.

Modified:
  user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160.ini

Modified: user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160.ini
==============================================================================
--- user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160.ini	Thu Jul 29 12:08:46 2010	(r210601)
+++ user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160.ini	Thu Jul 29 13:22:55 2010	(r210602)
@@ -326,6 +326,7 @@ static const uint32_t ar9160Common[][2] 
     { 0x000099e4, 0xaaaaaaaa },
     { 0x000099e8, 0x3c466478 },
     { 0x000099ec, 0x0cc80caa },
+    { 0x000099f0, 0x00000000 },		/* XXX adrian's addition: AR_PHY_CALMODE == 0 */
     { 0x000099fc, 0x00001042 },
     { 0x00009b00, 0x00000000 },
     { 0x00009b04, 0x00000001 },


More information about the svn-src-user mailing list