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

Adrian Chadd adrian at FreeBSD.org
Wed Jul 14 14:52:36 UTC 2010


Author: adrian
Date: Wed Jul 14 14:52:35 2010
New Revision: 210056
URL: http://svn.freebsd.org/changeset/base/210056

Log:
  Pad out some values to make later diff'ing against the linux ath9k 5416 .ini values easier.

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

Modified: user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar5416.ini
==============================================================================
--- user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar5416.ini	Wed Jul 14 14:31:18 2010	(r210055)
+++ user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar5416.ini	Wed Jul 14 14:52:35 2010	(r210056)
@@ -648,43 +648,43 @@ static const uint32_t ar5416Bank7[][2] =
 };
 
 static const uint32_t ar5416Addac[][2] = {
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000003 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x0000000c },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000030 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000060 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000058 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x0989c,  0x00000000 },
-    {0x098c4,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000003 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x0000000c },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000030 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000060 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000058 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x0000989c,  0x00000000 },
+    {0x000098c4,  0x00000000 },
 };
 
 /* hand-crafted from code that does explicit register writes */


More information about the svn-src-user mailing list