From owner-freebsd-current@FreeBSD.ORG Sat Sep 18 17:04:49 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 E8C311065672 for ; Sat, 18 Sep 2010 17:04:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id ACE8C8FC08 for ; Sat, 18 Sep 2010 17:04:48 +0000 (UTC) Received: by iwn34 with SMTP id 34so3481565iwn.13 for ; Sat, 18 Sep 2010 10:04:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ntNPqMHH+3amAVul0tGEzHgJFf3avW425k76A2uqDyQ=; b=h9ksqBF3UHucQX4LJuwVQoL6Bgoxq1s+V52NvoHNd4aDglxcS12IA+iVsi168jQ710 QAbFbAoyXrmFh/bLX4g3nl5ZlKsFfb28BYGp9IAWRIyNHc4qkHK6PK1W5U0e3HLBjoab VtojDDKKA9SjSGmBNB9IceNcmFfmChKfjyoUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=NbJdprblTWJjr17SQzhcySi7znkKGxCDlNJYMZFFoYSKxQOYHDfqc399M80TUioQ0T gcHneIWrcHmwndoos4mBQj91jN7r+WOIiMLNCPhCq2Ozh8uU32AlY0rle4Y1wxCSPcvb 3OsHeCSvNHcZr2aIsHRyOh84M5jH88LMr5DA4= MIME-Version: 1.0 Received: by 10.231.30.68 with SMTP id t4mr7143080ibc.129.1284829488006; Sat, 18 Sep 2010 10:04:48 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.231.156.206 with HTTP; Sat, 18 Sep 2010 10:04:47 -0700 (PDT) In-Reply-To: References: <4C94EEB2.3040008@avioc.org> Date: Sun, 19 Sep 2010 01:04:47 +0800 X-Google-Sender-Auth: mWkttYkVBn1GfVD7iLmYAKLDnSs Message-ID: From: Adrian Chadd To: Brandon Weisz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Sat, 18 Sep 2010 17:04:49 -0000 On 19 September 2010 01:01, Adrian Chadd wrote: >> Are there plans for AR9287 support? =A0Unfortunately that is the only at= h 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. :-) Adrian