svn commit: r211134 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Tue Aug 10 07:47:44 UTC 2010


Author: adrian
Date: Tue Aug 10 07:47:43 2010
New Revision: 211134
URL: http://svn.freebsd.org/changeset/base/211134

Log:
  Re-format the ar5416 inivals to be consistent with what
  Linux ath9k uses.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416.ini

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416.ini
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416.ini	Tue Aug 10 07:18:17 2010	(r211133)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416.ini	Tue Aug 10 07:47:43 2010	(r211134)
@@ -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-head mailing list