From owner-freebsd-drivers@FreeBSD.ORG Tue Nov 7 20:31:15 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 C232A16A4D0; Tue, 7 Nov 2006 20:31:15 +0000 (UTC) (envelope-from wes@uia.net) Received: from smtp3.uia.net (smtp3.uia.net [66.146.0.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C1F343DA2; Tue, 7 Nov 2006 20:30:52 +0000 (GMT) (envelope-from wes@uia.net) Received: from [10.50.0.123] (fw1.uia.net [66.146.1.4]) by smtp3.uia.net (8.13.6/8.11.6/2.1) with ESMTP id kA7KUqYc053249; Tue, 7 Nov 2006 12:30:52 -0800 (PST) In-Reply-To: <200611071003.53651.jhb@freebsd.org> References: <09BFF2FA5EAB4A45B6655E151BBDD90302433A1B@NT-IRVA-0750.brcm.ad.broadcom.com> <1331D139-46F8-49B6-A1DA-57F248F70845@uia.net> <200611071003.53651.jhb@freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5BE0205D-0ED0-45A7-B2E0-C1335769E92C@uia.net> Content-Transfer-Encoding: 7bit From: Wes Zuber Date: Tue, 7 Nov 2006 12:30:28 -0800 To: John Baldwin X-Mailer: Apple Mail (2.752.2) Cc: freebsd-drivers@freebsd.org 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 20:31:15 -0000 Hi John, We did run the mem test and it checks out so far. I will try RLENG_6 --Wes On Nov 7, 2006, at 7:03 AM, John Baldwin wrote: > 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 > >