From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 21:32:07 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C306D16A41B for ; Wed, 7 Nov 2007 21:32:07 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id A3A5413C4BF for ; Wed, 7 Nov 2007 21:32:07 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by QMTA02.emeryville.ca.mail.comcast.net with smtp id 9wuA1Y0020lTkoC0102L00; Wed, 07 Nov 2007 21:20:35 +0000 Received: from discordia ([24.60.136.97]) by OMTA04.emeryville.ca.mail.comcast.net with comcast id 9xLa1Y00826FYqY0000000; Wed, 07 Nov 2007 21:20:35 +0000 X-Authority-Analysis: v=1.0 c=1 a=1jbshI6eDe91z1Xq4mYA:9 a=deQyGdJKy-NME4B6L5wA:7 a=2oBmQgRhATkaqQxBZOkJrbxiI0sA:4 a=l5bgqdDrG-gA:10 Received: by discordia (Postfix, from userid 103) id DC23E1634F7; Wed, 7 Nov 2007 16:20:31 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (unknown [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 1618E1634F6; Wed, 7 Nov 2007 16:20:17 -0500 (EST) Message-ID: <47322B72.6060301@FreeBSD.org> Date: Wed, 07 Nov 2007 16:17:38 -0500 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (X11/20071104) MIME-Version: 1.0 To: cristi.magherusan@net.utcluj.ro References: <4731D9FF.9010009@FreeBSD.org> <1194469080.858.13.camel@localhost> In-Reply-To: <1194469080.858.13.camel@localhost> X-Enigmail-Version: 0.96a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, Szymon Kozak Subject: Re: panic in 8-CURRENT / BGE hang X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 21:32:07 -0000 Cristi Magherusan wrote: > On Wed, 2007-11-07 at 10:30 -0500, Coleman Kane wrote: > >>> Hello, >>> >>> I've tried again the latest version of if_bge.c on my HP 6710b >>> laptop with no results, even after setting hw.bge.allow_asf="0". >>> I've also tried with the debugger and it seems to panic when >>> calling free() in device_probe_child.c (IIRC). Then I #define'd >>> BUS_PROBE and the freeze occurs after displaying something like >>> "devclass_alloc_unit: now: unit 0 in devclass bge". >>> >>> The 7 Beta 1.5 install CD hangs also when loading the driver. >>> >>> I have a coredump made from whithin the debugger with the exact >>> place where the faulty free() occurs, so I can provide more exact >>> info if someone is interested. I just hope this is not a >>> heisen-bug. >>> >>> Best regards, Cristi >>> >> I have a 6715b that is experiencing the same exact problem. I made a >> release from 8-CURRENT as of last night and I still see it. Just by >> chance, I installed my normal kernel (for my other amd64 machine) onto >> the ISO and re-burned and it worked (since I don't have if_bge on that >> kernel). After selectively loading/unloading modules I tracked it down >> to this. >> >> Has any more traction been made on the BGE issue here? >> >> - -- >> Coleman Kane >> >> > Hello, > > Did you run it step by step in the debugger and got the same results I > did? I haven't tried any more debugging ever since, but we can join our > forces and hopefully fix this damn issue so 7.0 won't have it on the > release errata. > I haven't gotten that far on the problem yet. Though I inspected the verbose booting output and saw that the point where it dies is during init of the bge driver. Which wifi card do you have? Right now this notebook has no network access whatsoever for me. I have tried a number of the Win64 drivers with ndisgen and none of them seem to work. All of the drivers that I can find seem to spit out some undefined function warnings on boot and then throw a trap 12 during ndis init. I've got the BCM94321 a/b/g/n card in my laptop. (product id 0x4328). I can't get bcmwl564.sys to detect the card, because it doesn't register for the 4328 chips. > I bet someone who's a bit more skilled in this matter can handle it in > just a few hours. > > Any volunteers? > /me raises hand > Best regards, > Cristi > -- Coleman Kane