From owner-freebsd-stable@FreeBSD.ORG Sun Apr 3 21:30:28 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A7F16A4CE for ; Sun, 3 Apr 2005 21:30:28 +0000 (GMT) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF3643D55 for ; Sun, 3 Apr 2005 21:30:27 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id BC773B81F; Sun, 3 Apr 2005 23:30:22 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 923801143A; Sun, 3 Apr 2005 23:30:22 +0200 (CEST) Sender: xi@borderworlds.dk To: Doug White References: <867jjlrpz9.fsf@borg.borderworlds.dk> <20050402150904.M1503@carver.gumbysoft.com> From: Christian Laursen Date: 03 Apr 2005 23:30:22 +0200 In-Reply-To: <20050402150904.M1503@carver.gumbysoft.com> Message-ID: <86ekdra6q9.fsf@borg.borderworlds.dk> Lines: 43 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-stable@freebsd.org Subject: Re: 5.4-PRERELEASE pccard problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 21:30:28 -0000 Doug White writes: > On Sat, 2 Apr 2005, Christian Laursen wrote: > > > After upgrading to 5.4-PRERELEASE as of yesterday, I now have a problem > > with my wireless card that has worked fine before. > > > > When I insert it I get an instant panic like this: [snip] > This makes no sense. What version of src/sys/dev/pccard/pccard.c do you > have? __FBSDID("$FreeBSD: src/sys/dev/pccard/pccard.c,v 1.93.2.2 2005/02/03 00:30:02 imp Exp $"); > Line 381 is a comparison in RELENG_5: > > 381 if (matches && ent->pp_cis[0] && > 382 (vendorstr == NULL || > 383 strcmp(ent->pp_cis[0], vendorstr) != 0)) > 384 matches = 0; > > pccard.c does not call any of the radix functions. I agree it does look pretty weird. > I'd suggest blowing away your kernel source and obj dir and rebuilding > your kernel + modules from scratch. This looks like you have a mismatched > module somewhere, or memory corruption, or worse. Be sure to follow the > instructions in UPDATING explaining how to track -STABLE and build the > world and kernel correctly. I always use follow the buildworld, buildkernel, installkernel, installworld, mergemaster routine when updating things. Anyway, I tried blowing away /usr/obj, cvsupping to RELENG_5_4, built world and kernel and installed both. And it still panics with the exact same stack trace. :( -- Christian Laursen