From owner-cvs-all@FreeBSD.ORG Tue Mar 8 01:04:24 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A43D16A4CE; Tue, 8 Mar 2005 01:04:24 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10D5243D49; Tue, 8 Mar 2005 01:04:24 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j2814LRb026345; Mon, 7 Mar 2005 20:04:21 -0500 (EST) Date: Mon, 7 Mar 2005 20:04:21 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Jeremie Le Hen In-Reply-To: <20050307230515.GD94451@obiwan.tataz.chchile.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 01:04:24 -0000 On Tue, 8 Mar 2005, Jeremie Le Hen wrote: > Hi Warner, > > > > Attaching how? On kldload or in general? What kind of card do you > > > have? What messages are involved? > > > > I have two PCMCIA rl(4) adapters. Both don't work with rev 1.49 of > > cardbus.c. I attached my kernel configuration file. Inserting the > > card before or after booting doesn't change anything. > > I manage to get a PCMCIA network card with another chipset. It uses > the dc(4) driver. This time, with rev 1.49 of cardbus.c, the system > panices whereas it works quite well with rev 1.48. Having dc(4) > compiled in kernel or as a kld doesn't change anything. > > > Here is the end of dmesg (the box was booting), the panic message and > the backtrace (hand-written) : Yes, I'm getting the same exact thing with my dc based Xircom X3201 ethernet card. It worked with a kernel from a couple of weeks ago, but not from a kernel late last week. I also just got an atheros based wireless card this morning (WPC-55AG). The first time I inserted it and loaded the if_ath module, I got the same error (couldn't get irq 6-6) but it didn't panic. Removing it and reinserting it again and then it worked. Another data point... I'll try reverting back to to 1.48 of cardbus.c Both laptops are Dell (Inspiron 4150 and Inspiron 8100). -- DE