From owner-freebsd-current@FreeBSD.ORG Tue Jan 3 23:10:10 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 988AA16A41F for ; Tue, 3 Jan 2006 23:10:10 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2992F43D46 for ; Tue, 3 Jan 2006 23:10:09 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id D20E4D2E9D3 for ; Tue, 3 Jan 2006 18:10:07 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Tue, 03 Jan 2006 18:10:07 -0500 X-Sasl-enc: qdNv8uHdmB6YQF/R4EjN6xczEFg5xmKTJMmukbVtQdnV 1136329806 Received: from [192.168.221.65] (unknown [12.177.81.66]) by frontend2.messagingengine.com (Postfix) with ESMTP id D36E05714A4 for ; Tue, 3 Jan 2006 18:10:06 -0500 (EST) Message-ID: <43BB0455.80508@fastmail.fm> Date: Tue, 03 Jan 2006 17:10:13 -0600 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <43B83262.1090907@fastmail.fm> <20060101.212552.85411680.imp@bsdimp.com> <20060102.214956.40574756.imp@bsdimp.com> In-Reply-To: <20060102.214956.40574756.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Kernel panics when Atheros card plugged in. 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, 03 Jan 2006 23:10:10 -0000 M. Warner Losh wrote: >In message: <20060101.212552.85411680.imp@bsdimp.com> > "M. Warner Losh" writes: >: In message: >: Daniel Eischen writes: >: : On Sun, 1 Jan 2006, Patrick Bowen wrote: >: : >: : > Hello and Happy New Year; >: : > >: : > I just bought a D-Link DWL-G630 Wireless G Adapter for my laptop (Dell >: : > Latitude C-600), and it worked fine until I cvsup'ed last nights sources >: : > (12/31/05) and did canonical rebuild. Now the machine panics whenever I >: : > plug the card in. >: : >: : Same here, though I got the kernel panic at boot when I had inserted during >: : the boot. The panic was in cardbus_read_tuple() also. I can post the >: : hand scribed trace to anyone interested if necessary. >: >: No need. I have the card here, and it fails too. All my other cards >: work, but the atheros card is the only one that stores the CIS in a >: bar that I have (I'm sure that others do as well, but they aren't in >: the 10 cards I grabbed to test with). This appears to be resource >: related in some way, since it appears that we're getting a resource of >: '0' back. I'm trying to debug it now. >: >: Sorry for the hassle. > >I've just commited changes that fix it for me. > >Warner > > > Yep. Works for me , also! Thanks for all your work, even over a holiday weekend!! BTW; what does "BAR" stand for? Patrick