From owner-freebsd-drivers@FreeBSD.ORG Tue Nov 7 15:16:53 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 311FA16A417 for ; Tue, 7 Nov 2006 15:16:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945E343DF0 for ; Tue, 7 Nov 2006 15:15:45 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA7FFVGf058066; Tue, 7 Nov 2006 10:15:33 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-drivers@freebsd.org Date: Tue, 7 Nov 2006 10:03:53 -0500 User-Agent: KMail/1.9.1 References: <09BFF2FA5EAB4A45B6655E151BBDD90302433A1B@NT-IRVA-0750.brcm.ad.broadcom.com> <1331D139-46F8-49B6-A1DA-57F248F70845@uia.net> In-Reply-To: <1331D139-46F8-49B6-A1DA-57F248F70845@uia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611071003.53651.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Tue, 07 Nov 2006 10:15:36 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2172/Tue Nov 7 09:04:48 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: Dell SC440 and Broadcom 5787 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 15:16:53 -0000 On Monday 06 November 2006 20:30, Wes Zuber wrote: > If we disable the NIC then everything loads as it should. We have > several of these boxes from Dell. We tried it on another to make > sure, but got the same results. > > We did not run memitest86 as disabling the NIC seemed to make > everything work, plus it seemed to crash right after the the NIC > driver load. This is our first try with an SC440. We have been using > SC400, SC420 and SC430. David, could this be related to the IPMI fixes in 6.2 and HEAD? Wes, try a kernel from RELENG_6 instead perhaps. > Thanks, > > --Wes > > On Nov 6, 2006, at 5:14 PM, David Christensen wrote: > > >> Hi there, > >> > >> We are experiencing kernel panics for FreeBSD 6.1 release. cvsup to > >> the latest. > >> > >> I recompiled the kernel with the latest bge drivers but I still get > >> the same error. > >> > >> bge0 >> mem 0xefcf000-0xefcfffff > >> irq 17 at device 0.0 on pci4 > >> > >> kernel trap 19 with interrupts disabled > >> > >> NMI ISA a0 Eisa ff > >> > >> Ram Parity error, likely Hardware failure > >> Fatal trap 19: non-maskeble interrupt trap while in kernel mode > >> > >> Instuction pointer = 0x20:oxc0817f10 > >> stack pointer = 0x28:0xc0c20880 > >> frame pointer = 0x29:0xc0c208a4 > >> code segment = base 0x0 > >> limit 0xfffff, tpe ox1b = dpl 0, pres 1, def 32, granl > >> processor eflags = IPOL = 0 > >> current Process = 0 (swapper) > >> trap number =19 > >> panic: non-maskeble interrupt trap > >> uptime 1ms > > > > Looks like the OS is reporting a memory parity error. Does the > > OS run with the LOM disabled? Does the LOM work correctly under > > another OS? Did you run memtest86+ on the system to verify the > > memory? > > > > Dave > > > > > > > > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" > -- John Baldwin