From owner-freebsd-current@FreeBSD.ORG Thu Jul 3 21:51:40 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70BA6106574C for ; Thu, 3 Jul 2008 21:51:40 +0000 (UTC) (envelope-from antoinebrunel@yahoo.fr) Received: from smtp7.tech.numericable.fr (smtp7.tech.numericable.fr [82.216.111.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4007B8FC15 for ; Thu, 3 Jul 2008 21:51:40 +0000 (UTC) (envelope-from antoinebrunel@yahoo.fr) Received: from brunel.pagan.fr (cable-83.217.146.118.coditel.net [83.217.146.118]) by smtp7.tech.numericable.fr (Postfix) with ESMTP id 6A89A16380B for ; Thu, 3 Jul 2008 23:51:38 +0200 (CEST) Message-ID: <486D49EB.7070906@yahoo.fr> Date: Thu, 03 Jul 2008 23:51:39 +0200 From: Antoine BRUNEL User-Agent: Thunderbird 2.0.0.14 (X11/20080609) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Question to Sam about the ath 5424 wifi driver 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: Thu, 03 Jul 2008 21:51:40 -0000 Sorry, I did not found your direct email address... But my question is: - I currently owns a laptop with an Atheros 5424/2424 embedded wireless controler ath_hal: 0.10.5.6 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133, RF2425, RF2417) ath0: mem 0xd4200000-0xd420ffff irq 19 at device 0.0 on pci6 ath0@pci0:6:0:0: class=0x020000 card=0x04281468 chip=0x001c168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = 'AR5006 family 802.11abg Wireless NIC' With the CURRENT version of FreeBSD kernel, I still get the 9.XXX version for the ath driver. Which is not working with my card. But using your modified version: * $Id: //depot/sw/branches/sam_hal/version.h#35 $ */ #define ATH_HAL_VERSION "0.10.5.6" The wireless is working fine (this mail a proof of it). So, my question is: why don't you include this version into the main branch of .CURRENT 8.0 FreeBSD ?? actually, when you fetch sources, you get version: #define ATH_HAL_VERSION "0.9.20.3" Do you still have bugs / things to resolve ?? not enough time ?? If I can help in any way.... thanks a lot by advance, and for your driver which is working very fine...