From owner-cvs-src-old@FreeBSD.ORG Thu Mar 12 18:20:06 2009 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 CA2EC1065670 for ; Thu, 12 Mar 2009 18:20:06 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B517C8FC08 for ; Thu, 12 Mar 2009 18:20:06 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2CIK6WJ035053 for ; Thu, 12 Mar 2009 18:20:06 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2CIK670035050 for cvs-src-old@freebsd.org; Thu, 12 Mar 2009 18:20:06 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200903121820.n2CIK670035050@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Thu, 12 Mar 2009 18:18:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c ar9280.c ar9280.h ar9280_attach.c ar9280v1.ini ar9280v2.ini 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: Thu, 12 Mar 2009 18:20:07 -0000 sam 2009-03-12 18:18:28 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c Added files: sys/dev/ath/ath_hal/ar5416 ar9280.c ar9280.h ar9280_attach.c ar9280v1.ini ar9280v2.ini Log: SVN rev 189747 on 2009-03-12 18:18:28Z by sam preliminary ar9280 support: o add 9280 attach that sets up ini, cal, etc. o new rf backend for 9280 and later parts o split ini setup and spur mitigation support out to methods and provide 9280-specific support o minor fixups to shared code to handle 9280-specific work Obtained from: Atheros (ini values and some code) Revision Changes Path 1.1381 +63 -48 src/sys/conf/files 1.8 +7 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.8 +303 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.7 +15 -646 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.1 +361 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280.c (new) 1.1 +40 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280.h (new) 1.1 +738 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c (new) 1.1 +582 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280v1.ini (new) 1.1 +941 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280v2.ini (new)