From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 21 05:31:31 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 6C47D106566C for ; Fri, 21 Jan 2011 05:31:31 +0000 (UTC) (envelope-from onyx@z-up.ru) Received: from mx.z-up.ru (mx.z-up.ru [92.50.244.44]) by mx1.freebsd.org (Postfix) with ESMTP id 240478FC1E for ; Fri, 21 Jan 2011 05:31:30 +0000 (UTC) Received: from ob15_2.ktz.lan (unknown [192.168.20.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.z-up.ru (Postfix) with ESMTPSA id 5651411461 for ; Fri, 21 Jan 2011 08:31:10 +0300 (MSK) From: Dmitry Kolosov To: freebsd-mobile@freebsd.org Date: Fri, 21 Jan 2011 08:31:22 +0300 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; i386; ; ) References: <201101202026.30341.onyx@z-up.ru> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201101210831.23094.onyx@z-up.ru> 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 05:31:31 -0000 > 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 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 > 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.