From owner-cvs-src-old@FreeBSD.ORG Wed Mar 3 08:36:33 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 C097A1065672 for ; Wed, 3 Mar 2010 08:36:33 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB9AB8FC0A for ; Wed, 3 Mar 2010 08:36:33 +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 o238aXDM088782 for ; Wed, 3 Mar 2010 08:36:33 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o238aXbF088781 for cvs-src-old@freebsd.org; Wed, 3 Mar 2010 08:36:33 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201003030836.o238aXbF088781@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Tue, 2 Mar 2010 13:13:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf files src/sys/dev/ath/ath_hal ah.h ah_eeprom_v14.h ah_eeprom_v4k.c ah_eeprom_v4k.h src/sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_attach.c ar5212_power.c ar5212_xmit.c ar5212reg.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: Wed, 03 Mar 2010 08:36:33 -0000 rpaulo 2010-03-02 13:13:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files sys/dev/ath/ath_hal ah.h ah_eeprom_v14.h sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_attach.c ar5212_power.c ar5212_xmit.c ar5212reg.h sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal_adcdc.c ar5416_cal_adcgain.c ar5416_cal_iq.c ar5416_eeprom.c ar5416_gpio.c ar5416_keycache.c ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_recv.c ar5416_reset.c ar5416desc.h ar5416phy.h ar5416reg.h ar9280.h ar9280_attach.c sys/modules/ath Makefile Added files: (Branch: RELENG_8) sys/dev/ath/ath_hal ah_eeprom_v4k.c ah_eeprom_v4k.h sys/dev/ath/ath_hal/ar5416 ar9285.c ar9285.h ar9285.ini ar9285_attach.c ar9285_reset.c ar9285v2.ini Log: SVN rev 204580 on 2010-03-02 13:13:12Z by rpaulo MFC r197948 r203156 r203158 r203159 r203680 r203682 r203750 r203882 r203930 r203933 r203959 r204521 r204578: Atheros AR9285 support. Revision Changes Path 1.1459.2.17 +58 -33 src/sys/conf/files 1.12.2.2 +4 -0 src/sys/dev/ath/ath_hal/ah.h 1.1.4.1 +2 -1 src/sys/dev/ath/ath_hal/ah_eeprom_v14.h 1.1.2.2 +404 -0 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.c (new) 1.2.2.2 +155 -0 src/sys/dev/ath/ath_hal/ah_eeprom_v4k.h (new) 1.6.2.2 +3 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212.h 1.8.2.2 +3 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c 1.1.4.1 +3 -3 src/sys/dev/ath/ath_hal/ar5212/ar5212_power.c 1.3.2.2 +8 -3 src/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c 1.3.2.2 +1 -0 src/sys/dev/ath/ath_hal/ar5212/ar5212reg.h 1.8.2.2 +17 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.2.2.2 +3 -3 src/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c 1.10.2.2 +2 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c 1.4.2.2 +3 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c 1.1.4.1 +2 -2 src/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_power.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c 1.11.2.2 +11 -19 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.1.4.1 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416desc.h 1.1.4.1 +20 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416phy.h 1.4.2.2 +103 -35 src/sys/dev/ath/ath_hal/ar5416/ar5416reg.h 1.1.2.2 +5 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280.h 1.1.2.2 +1 -3 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c 1.1.2.2 +64 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.c (new) 1.1.2.2 +43 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.h (new) 1.1.2.2 +699 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.ini (new) 1.3.2.2 +397 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285_attach.c (new) 1.1.2.2 +951 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285_reset.c (new) 1.1.2.2 +746 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285v2.ini (new) 1.9.2.2 +1 -0 src/sys/modules/ath/Makefile