Date: Tue, 10 Aug 2010 07:47:43 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r211134 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201008100747.o7A7lhih052214@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008100747.o7A7lhih052214>