Date: Tue, 6 Sep 2011 10:49:06 +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: r225420 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201109061049.p86An63i081595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Tue Sep 6 10:49:05 2011 New Revision: 225420 URL: http://svn.freebsd.org/changeset/base/225420 Log: Fix the addac serial load register write for AR5416. Obtained from: Linux, Atheros Approved by: re (kib) 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 Sep 6 10:40:21 2011 (r225419) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416.ini Tue Sep 6 10:49:05 2011 (r225420) @@ -687,7 +687,7 @@ static const uint32_t ar5416Addac[][2] = {0x0000989c, 0x00000000 }, {0x0000989c, 0x00000000 }, {0x0000989c, 0x00000000 }, - {0x000098cc, 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?201109061049.p86An63i081595>