From owner-cvs-src-old@FreeBSD.ORG Mon Feb 15 17:52:39 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 0F5FA1065740 for ; Mon, 15 Feb 2010 17:52:39 +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 EF88A8FC1E for ; Mon, 15 Feb 2010 17:52:38 +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 o1FHqcND061039 for ; Mon, 15 Feb 2010 17:52:38 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1FHqccu061038 for cvs-src-old@freebsd.org; Mon, 15 Feb 2010 17:52:38 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201002151752.o1FHqccu061038@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Mon, 15 Feb 2010 17:49:49 +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 ah.h src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c ar9280.h ar9280_attach.c ar9285.c ar9285.h ar9285_attach.c ar9285_reset.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: Mon, 15 Feb 2010 17:52:39 -0000 rpaulo 2010-02-15 17:49:49 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/ath/ath_hal ah.h sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_attach.c ar5416_reset.c ar9280.h ar9280_attach.c Added files: sys/dev/ath/ath_hal/ar5416 ar9285.c ar9285.h ar9285_attach.c ar9285_reset.c Log: SVN rev 203930 on 2010-02-15 17:49:49Z by rpaulo Bring back AR9285 support. This fixes most of the issues and should be pretty usable. MFC after: 1 month Revision Changes Path 1.1500 +10 -3 src/sys/conf/files 1.13 +4 -0 src/sys/dev/ath/ath_hal/ah.h 1.10 +16 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.13 +2 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.15 +6 -18 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.3 +3 -0 src/sys/dev/ath/ath_hal/ar5416/ar9280.h 1.5 +1 -3 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c 1.1 +64 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.c (new) 1.1 +43 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285.h (new) 1.1 +395 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285_attach.c (new) 1.1 +951 -0 src/sys/dev/ath/ath_hal/ar5416/ar9285_reset.c (new)