From owner-cvs-src-old@FreeBSD.ORG Sun Feb 14 16:26:57 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 8B0051065676 for ; Sun, 14 Feb 2010 16:26:57 +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 76B238FC0C for ; Sun, 14 Feb 2010 16:26:57 +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 o1EGQvOm045239 for ; Sun, 14 Feb 2010 16:26:57 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1EGQv3W045236 for cvs-src-old@freebsd.org; Sun, 14 Feb 2010 16:26:57 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201002141626.o1EGQv3W045236@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Sun, 14 Feb 2010 16:26:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416_attach.c ar5416_cal.c ar5416_cal.h ar5416_reset.c ar9160_attach.c ar9280.c ar9280_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: Sun, 14 Feb 2010 16:26:57 -0000 rpaulo 2010-02-14 16:26:32 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar5416 ar5416_attach.c ar5416_cal.c ar5416_cal.h ar5416_reset.c ar9160_attach.c ar9280.c ar9280_attach.c Log: SVN rev 203882 on 2010-02-14 16:26:32Z by rpaulo Revert part of the 9285 support because it breaks the 9280 support. I'll try to do the 9285 support without interfering with any other chipset revisions support. Revision Changes Path 1.12 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.6 +4 -56 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c 1.4 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h 1.14 +108 -314 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.9 +1 -1 src/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c 1.3 +11 -17 src/sys/dev/ath/ath_hal/ar5416/ar9280.c 1.4 +9 -56 src/sys/dev/ath/ath_hal/ar5416/ar9280_attach.c