From owner-freebsd-current@FreeBSD.ORG Tue Apr 25 22:07:58 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D101F16A403 for ; Tue, 25 Apr 2006 22:07:58 +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 7CEB743D45 for ; Tue, 25 Apr 2006 22:07:58 +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 k3PM7vl4027400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 25 Apr 2006 15:07:58 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <444E9DBD.2050807@errno.com> Date: Tue, 25 Apr 2006 15:07:57 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060210) MIME-Version: 1.0 To: current@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-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 22:07:58 -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