From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 04:25:33 2010 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 AE0FF106564A for ; Tue, 21 Sep 2010 04:25:33 +0000 (UTC) (envelope-from moonlightakkiy@yahoo.ca) Received: from web51802.mail.re2.yahoo.com (web51802.mail.re2.yahoo.com [206.190.38.233]) by mx1.freebsd.org (Postfix) with SMTP id 5250F8FC12 for ; Tue, 21 Sep 2010 04:25:33 +0000 (UTC) Received: (qmail 23768 invoked by uid 60001); 21 Sep 2010 03:58:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1285041531; bh=mbYBSQGoplNlouIcxwm846LbS9aki4m6Sn0rLCgas40=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=lXMLIUHqjOUN05Rb3CcdezCh2E77Cj2H1EHNUL0S2yvTaWlpdWFstEUpiFdoDbfNZh8lLOrs/7y5sSUEMgEumfYJhneEQeDtnti8eQhIKI3eYwM3hH4eemTLycl6gYkgzUKFPnVk9iWHWTX9DQSw74/G1wjRprOY+PGpIb21/IU= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=UcimhfFgCAB1OtRaCgXIRf5DL54hvCx5BMIxtqmNQiVwOD5GVecj4XgmL8I+q37Fl3SJvGF+DiO26jQ8zxEZo+M7AaamDqfyDvwJ/MYolH+tG5TbXc6Vey6jCja85PBZRQyO5YZY6pm2ZnQZYQoXg7lKp0LefTbCaiwo9AjYR1g=; Message-ID: <260103.20986.qm@web51802.mail.re2.yahoo.com> X-YMail-OSG: y5Wmb6IVM1kV.CNmxyxRKzSdv_rvFqJkwTqWA2pCt9scH6a Hq0Tr4HM5nfQXlMbJehxfI_Y7ovhm_UYcDjZfvJsZqH_VMlhdSziqR0z_IY6 aAhNv2ubkMZMYh6690xjHwTHXa_FNuqHtxWyg7YSlaE.DVk5qQXmkasNJuGp BZLb.s.JOSkXfyBHWFXX5npcu94kKnmaARk6agiGsBrD7rVIVVn9pY8RBDUC OX2bRNyTT3AzfbvxY_NrOCPkJgqcIcdXt0QayNbGOogzME3y4QkjNLzEeRI8 8Th6c.zCTEgjXsbbd2EXg2v4NPfzi2WewRbYqVhGo5Cr0NoeQ1hYcLl5K.Kx utHZscJUwZN_EbVmueRGEM2Q1FAe0eQ-- Received: from [173.183.132.20] by web51802.mail.re2.yahoo.com via HTTP; Tue, 21 Sep 2010 03:58:51 UTC X-Mailer: YahooMailRC/497 YahooMailWebService/0.8.105.279950 References: <20100919120012.A77371065674@hub.freebsd.org> Date: Tue, 21 Sep 2010 03:58:51 +0000 (UTC) From: PseudoCylon To: Adrian Chadd In-Reply-To: <20100919120012.A77371065674@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org Subject: Re: RFT: if_ath HAL refactoring 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, 21 Sep 2010 04:25:33 -0000 > Message: 9 > Date: Sun, 19 Sep 2010 01:04:47 +0800 > From: Adrian Chadd > Subject: Re: RFT: if_ath HAL refactoring > To: Brandon Weisz > Cc: freebsd-current@freebsd.org > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On 19 September 2010 01:01, Adrian Chadd wrote: > >> Are there plans for AR9287 support? Unfortunately that is the only ath >card > >> I have to test with at the moment. > > > > At some point, yes. > > > > There's a lot of code missing in our driver for ar92xx series chips. > > I'd rather get the existing stuff updated and tidied up before I look > > at importing support for others. I'd also like to somehow acquire some > > hardware to test it against - I only have (very) legacy (pre AR5416), > > AR5416, AR9160 and AR2427 chips. I don't yet have anything with an > > AR9280/9285 in it. > > And before anyone asks - no, I won't be looking at the USB NICs, sorry. :-) > Just in case anyone wonders, I've added 11n support to run(4) (USB NIC). http://gitorious.org/run/run/trees/11n_beta2 It still has some issues, * doesn't work well with atheros chips * HT + AP + bridge = Tx may stall (seems OK with nat) So, use it at your own discretion. > > Adrian > > > ------------------------------