From owner-svn-src-all@FreeBSD.ORG Sun Apr 3 11:59:52 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41CF106564A; Sun, 3 Apr 2011 11:59:52 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 953CC8FC12; Sun, 3 Apr 2011 11:59:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p33BxqmA022406; Sun, 3 Apr 2011 11:59:52 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p33BxqUo022404; Sun, 3 Apr 2011 11:59:52 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201104031159.p33BxqUo022404@svn.freebsd.org> From: Adrian Chadd Date: Sun, 3 Apr 2011 11:59:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220293 - head/sys/dev/ath/ath_hal/ar9001 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 11:59:52 -0000 Author: adrian Date: Sun Apr 3 11:59:52 2011 New Revision: 220293 URL: http://svn.freebsd.org/changeset/base/220293 Log: Add an explanation of the inivals Modified: head/sys/dev/ath/ath_hal/ar9001/ar9160.ini Modified: head/sys/dev/ath/ath_hal/ar9001/ar9160.ini ============================================================================== --- head/sys/dev/ath/ath_hal/ar9001/ar9160.ini Sun Apr 3 11:55:48 2011 (r220292) +++ head/sys/dev/ath/ath_hal/ar9001/ar9160.ini Sun Apr 3 11:59:52 2011 (r220293) @@ -19,6 +19,7 @@ /* Auto Generated PCI Register Writes. Created: 05/22/08 */ static const uint32_t ar9160Modes[][6] = { + /* Address 5G-HT20 5G-HT40 2G-HT40 2G-HT20 Turbo */ { 0x00001030, 0x00000230, 0x00000460, 0x000002c0, 0x00000160, 0x000001e0 }, { 0x00001070, 0x00000168, 0x000002d0, 0x00000318, 0x0000018c, 0x000001e0 }, { 0x000010b0, 0x00000e60, 0x00001cc0, 0x00007c70, 0x00003e38, 0x00001180 },