From owner-cvs-src-old@FreeBSD.ORG Tue Jan 25 05:35:23 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57A451065781 for ; Tue, 25 Jan 2011 05:35:23 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45CD98FC16 for ; Tue, 25 Jan 2011 05:35:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0P5ZN0C028548 for ; Tue, 25 Jan 2011 05:35:23 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0P5ZNYV028547 for cvs-src-old@freebsd.org; Tue, 25 Jan 2011 05:35:23 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201101250535.p0P5ZNYV028547@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Tue, 25 Jan 2011 05:35:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah_eeprom_v4k.c ah_eeprom_v4k.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2011 05:35:23 -0000 adrian 2011-01-25 05:35:09 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah_eeprom_v4k.c ah_eeprom_v4k.h Log: SVN rev 217809 on 2011-01-25 05:35:09Z by adrian Fix the Atheros V4K EEPROM definitions to match those in ath9k. It turns out that the V4K eeprom definitions (used by the AR9285 and its derivatives) is wrong. These values are at least causing issues on my AR2427. With this fix (and initvals in a subsequent commit), the AR2427 behaves a lot better. Note - there's still significant drift between the ath9k v4k eeprom init code (again, used by AR9285 and derivatives) and what's in this tree. That needs to be investigated and resolved. Revision Changes Path 1.4 +2 -2 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.c 1.4 +36 -21 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.h