From owner-freebsd-stable@FreeBSD.ORG Tue Apr 25 22:08:21 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 827EE16A415 for ; Tue, 25 Apr 2006 22:08:21 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A3243D46 for ; Tue, 25 Apr 2006 22:08:20 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k3PM8Kw8027404 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 25 Apr 2006 15:08:20 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <444E9DD3.6090605@errno.com> Date: Tue, 25 Apr 2006 15:08:19 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060210) MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: CFT: new ath hal X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 22:08:21 -0000 A test snapshot is avilable at: http://people.freebsd.org/~sam/ath_hal-20060425.tgz This version differs from what's in cvs mainly in that there are builds for new target platforms. In particular I've done builds for all the Atheros SoC's (which doesn't matter to freebsd users because there is no freebsd MIPS support). Otherwise I believe I fixed the sparc builds. The alpha build is still untested and should be assumed broken until someone says otherwise (sparc and alpha both also need me to commit some makefile fixups). This code should be a drop-in replacement for what's in cvs but be sure to rebuild both the driver and rate control module as there are ABI changes. Please test and report regressions. Sam