From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 21 06:01:48 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 953BE1065673 for ; Fri, 21 Jan 2011 06:01:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 484CC8FC1F for ; Fri, 21 Jan 2011 06:01:47 +0000 (UTC) Received: by vws9 with SMTP id 9so636664vws.13 for ; Thu, 20 Jan 2011 22:01:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Phz8W+EXlxZYkR4JCH4q/zmSuy7TziaCVEdZqwXY3YQ=; b=vX2QCYvQMbl2gui2DTLosZJmPHQKxDGyY3JgFoCUo3GUp56zGTFVox/hJ12RZuhnnV ur58VPE0S8JHOdS9kW/XtdKXbCcvgDNrx/2ioCueh4L5J7oLU2bZoL496DCzktTf/74d xsSCX4k/YuiEM/OFpu28wEl4/ljieuXcXNQUk= 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; b=Ox9eAVpvYARnIDONX740bq6YR5VdSRbiyY/nm4sHcsrxA1xzfPbaPGr3RV66z/fBVC RW41U+XMOSyxXiQLt4XyaqWOX4q9/HwC7P/Suq3dFthhpPjeZq/ENLF/oA2NpHAo0qIg kZsA4uHBofm7JOYziJdHFTNRwE65+3grQ7yyA= MIME-Version: 1.0 Received: by 10.220.90.146 with SMTP id i18mr62558vcm.226.1295589707396; Thu, 20 Jan 2011 22:01:47 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.220.198.203 with HTTP; Thu, 20 Jan 2011 22:01:47 -0800 (PST) In-Reply-To: <201101210831.23094.onyx@z-up.ru> References: <201101202026.30341.onyx@z-up.ru> <201101210831.23094.onyx@z-up.ru> Date: Fri, 21 Jan 2011 14:01:47 +0800 X-Google-Sender-Auth: x4oaFqG6Gr8q0qq0II5FY3XcNfA Message-ID: From: Adrian Chadd To: Dmitry Kolosov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mobile@freebsd.org Subject: Re: More if_ath churn coming your way! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 06:01:48 -0000 On 21 January 2011 13:31, Dmitry Kolosov wrote: >> I need to know the output in dmesg of the chipset MAC/PHY revisions. > > This is for dwl-547 pci card > ath1: mem 0xff9b0000-0xff9bffff irq 23 at device 2.0 on pci5 > ath1: AR9280 mac 128.2 RF5133 phy 13.0 Good, that's the same revision as I have; except mine is mini-pci. > and this is for mini-pcie card (inside laptop) > ath0: mem 0xd7100000-0xd710ffff irq 17 at device 0.0 on pci6 > ath0: AR9285 mac 192.2 RF5133 phy 14.0 I don't have access to one of these, sorry. >> If you have access to older chips (so >> AR5212/AR5213 and earlier) and would like to help debug this then >> please pipe up. > > I think i have one. > > ath0: mem 0xff9f0000-0xff9fffff irq 21 at device 0.0 on pci5 > ath0: [ITHREAD] > ath0: AR2413 mac 7.9 RF2413 phy 4.5 > > I'm using it as an AP now, instead of new dwl-547 (wich is ath1 and not used), > because using ath1 (Atheros 9280) as AP produces many many errors like that: > > ath0: stuck beacon; resetting (bmiss count 4) > > in any mode and finally it's refuses to work at all. That's why i can't use my > new dwl-547 :( and it just stays for better times. > > Also i think i have another one inside my old laptop HP Pavilion dv6940er. I > will check it out and report back. Thanks. If someone can help me source an AR9285, I can add it to my list of things to test once I get the AR9280 support working. But that's predicated on getting the bugs worked out of the AR5212, AR5416 and AR9160 support. I'll post to -mobile once I've sorted out some of the kinks I'm seeing in the AR9280. Adrian