From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 9 17:07:14 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 021F416A4CE; Tue, 9 Nov 2004 17:07:14 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE7F43D5E; Tue, 9 Nov 2004 17:07:13 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iA9H7CWi065286 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 9 Nov 2004 09:07:12 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: freebsd-hackers@freebsd.org Date: Tue, 9 Nov 2004 09:14:51 -0800 User-Agent: KMail/1.7 References: <20041109165920.9B9A643D39@mx1.FreeBSD.org> In-Reply-To: <20041109165920.9B9A643D39@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411090914.51811.sam@errno.com> X-Mailman-Approved-At: Wed, 10 Nov 2004 13:09:30 +0000 cc: hackers@freebsd.org Subject: Re: Porting the OpenBSD free Atheros HAL X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 17:07:14 -0000 On Tuesday 09 November 2004 08:59 am, mark@markdnet.demon.co.uk wrote: > deker@slackdot.org wrote: > > You're right, it does. However, myself and collegue recently presented > > our work in raw Atheros raw frame injection at ToorCon based on the > > Atheros HAL and Sam's driver/HAL wrapper. If you're familliar with these > > cards and their current status in the open-source world, you'll know > > that the only method of using them relies solely on the binary-only HAL > > provided by Atheros that Sam Leffler was kind enough to wrap in a > > FreeBSD driver shell. > > Would this give us AMD64 support for atheros cards? amd64 support has been available for several months. You must get it from the madwifi project at sourceforge then update the FreeBSD driver using the patches I've posted for many months now. Sam