From owner-cvs-src-old@FreeBSD.ORG Tue Jun 1 15:33:35 2010 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 D14EB1065741 for ; Tue, 1 Jun 2010 15:33:35 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDAED8FC13 for ; Tue, 1 Jun 2010 15:33:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o51FXZ8w091804 for ; Tue, 1 Jun 2010 15:33:35 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o51FXZw3091803 for cvs-src-old@freebsd.org; Tue, 1 Jun 2010 15:33:35 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201006011533.o51FXZw3091803@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Tue, 1 Jun 2010 15:33:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah.h ah_eeprom_v4k.c ah_eeprom_v4k.h src/sys/dev/ath/ath_hal/ar5416 ar5416_interrupts.c ar5416_reset.c ar5416phy.h ar5416reg.h ar9285_attach.c 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, 01 Jun 2010 15:33:35 -0000 rpaulo 2010-06-01 15:33:10 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah.h ah_eeprom_v4k.c ah_eeprom_v4k.h sys/dev/ath/ath_hal/ar5416 ar5416_interrupts.c ar5416_reset.c ar5416phy.h ar5416reg.h ar9285_attach.c Log: SVN rev 208711 on 2010-06-01 15:33:10Z by rpaulo Bring in a couple of fixes from the Linux ath9k related to chip hangs. While there, try to make the register write pattern look like what's done by ath9k. MFC after: 3 days Revision Changes Path 1.14 +1 -0 src/sys/dev/ath/ath_hal/ah.h 1.2 +7 -23 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.c 1.3 +3 -1 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.h 1.6 +7 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c 1.18 +12 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.4 +3 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416phy.h 1.8 +9 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416reg.h 1.5 +10 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285_attach.c