From owner-freebsd-current@FreeBSD.ORG Wed Jul 29 19:14:44 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BCC31065673 for ; Wed, 29 Jul 2009 19:14:44 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id B9C288FC12 for ; Wed, 29 Jul 2009 19:14:43 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz2 with SMTP id 2so158308bwz.43 for ; Wed, 29 Jul 2009 12:14:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=4DjzU6Pv2fkrbsuEVciwCq8iqnfJ2iIlxQYF74CETro=; b=rE4jM9PWaHhmmEWTyZBBudzLRNOBJw1IJuOl/jnKky6Eit/zr7jzr+Qn2FBRopR9Gm EqnVOxQmvRBY0eazWLFv3xulvUTybjTN/2Ub8xsMnQOmC/WIS0SlUJ1Wh0gXpGOw5/at UKICDYQhLGCo4lxHHu8vT99gWS8KHnKaTJoGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mSM9Bn41Pr2zO+dmGXJwt3gPAKW6iF9qJ5VbVrTHuYJq0UV3w+doRWaOqdLiEVKPHD Hw2Z9y5+OLlanTKj7yAlbwmRRwMeS7X1z+30Qo+uR38+q0OBXdUkfmksbz5gfZvKeExH XLxwuiBSoVIOG/5AB8kQXvgUhFiLS4hw0YNiQ= MIME-Version: 1.0 Received: by 10.204.104.7 with SMTP id m7mr141798bko.92.1248894882710; Wed, 29 Jul 2009 12:14:42 -0700 (PDT) In-Reply-To: <4ad871310907290612m5c89eb3cqd0225c0bda866490@mail.gmail.com> References: <4ad871310907290612m5c89eb3cqd0225c0bda866490@mail.gmail.com> Date: Wed, 29 Jul 2009 15:14:42 -0400 Message-ID: <4ad871310907291214p23f37de7y681131fdc970337@mail.gmail.com> From: Glen Barber To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Reproducible panic: ndis, broadcom 4318 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: Wed, 29 Jul 2009 19:14:44 -0000 On Wed, Jul 29, 2009 at 9:12 AM, Glen Barber wrote= : > This happens on a new install (7.1-RELEASE upgraded to 8.0-BETA2 using > freebsd-update). =A0No changes have been made to the system aside from > rc.conf edits and copying an existing kernel module for ndis0 from a > backup. =A0The machine panics within a few seconds of loading > bcmwl5_sys.ko, with or without wpa_supplicant enabled. > > There is no kernel.debug for me to run kgdb against. =A0I cannot get the > system connected to the net to do a recent checkout of the tree, but I > will try to build a debug kernel on another machine and copy it with a > flash drive. > > Update: This panic seems to be fixed in later revisions, as the kernel from my build machine, r195886, does not produce this panic when loading the Broadcom module. I am still having issues with the ndis0 device connecting to a network, but this is most probably caused from the kernel and world being out of sync, which I am currently fixing now. --=20 Glen Barber