From owner-freebsd-current@FreeBSD.ORG Mon Jan 2 04:29:02 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 9461316A41F; Mon, 2 Jan 2006 04:29:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE0743D4C; Mon, 2 Jan 2006 04:29:01 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k024PjbK002055; Sun, 1 Jan 2006 21:25:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 01 Jan 2006 21:25:52 -0700 (MST) Message-Id: <20060101.212552.85411680.imp@bsdimp.com> To: deischen@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: References: <43B83262.1090907@fastmail.fm> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 01 Jan 2006 21:25:45 -0700 (MST) Cc: pbowen@fastmail.fm, freebsd-current@FreeBSD.ORG 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: Mon, 02 Jan 2006 04:29:02 -0000 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. Warner