From owner-freebsd-wireless@FreeBSD.ORG Mon Nov 21 15:16:13 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 014421065670; Mon, 21 Nov 2011 15:16:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id B63928FC1A; Mon, 21 Nov 2011 15:16:12 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id pALEwf22030914; Mon, 21 Nov 2011 07:58:41 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id pALEwfD8030911; Mon, 21 Nov 2011 07:58:41 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 21 Nov 2011 07:58:41 -0700 (MST) From: Warren Block To: Alexander Best In-Reply-To: <20111121131730.GA3599@freebsd.org> Message-ID: References: <20111121131730.GA3599@freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 21 Nov 2011 07:58:41 -0700 (MST) Cc: freebsd-wireless@freebsd.org Subject: Re: issues with the recent ath commits (r227740, r227651, ...) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2011 15:16:13 -0000 On Mon, 21 Nov 2011, Alexander Best wrote: > hi there, > > after the recent ath commits (r227740, r227651, ...) i'm experiencing issues > with my > > ath0@pci0:5:1:0: class=0x020000 card=0x5a001385 chip=0x0013168c rev=0x01 hdr=0x00 > vendor = 'Atheros Communications Inc.' > device = 'AR5212/AR5213 Wireless Network Adapter' > class = network > subclass = ethernet > > card on amd64. my system will either panic right during boot up or will > actually boot, but then after a few minutes lock up my whole system. > > i'll try reverting my kernel to r227739 to check, if that fixes the issue. > if it does, i'll try to gather some more stats to identify the issue more > thoroughly. if it does not, i'll try reverting past the other recent ath > commits (such as r227651). Also seen here with a AR5BXB63: ath0@pci0:1:0:0: class=0x028000 card=0x0087106b chip=0x0024168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = 'AR5008 Wireless Network Adapter' class = network bar [10] = type Memory, range 64, base 0xfddf0000, size 65536, enabled Updated to latest -head a couple of days ago, it came up and worked fine in 11g mode for a few minutes, possibly until nontrivial network activity. Then locked up hard. Removing the card and using wired networking solved it, but I haven't gone back to narrow it down yet.