From owner-freebsd-drivers@FreeBSD.ORG Tue Nov 7 01:30:33 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 9E12016A40F for ; Tue, 7 Nov 2006 01:30:33 +0000 (UTC) (envelope-from wes@uia.net) Received: from smtp2.uia.net (smtp2.uia.net [66.146.0.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C3043D45 for ; Tue, 7 Nov 2006 01:30:33 +0000 (GMT) (envelope-from wes@uia.net) Received: from [10.50.0.123] (fw1.uia.net [66.146.1.4]) by smtp2.uia.net (8.13.6/8.11.6/2.1) with ESMTP id kA71UWFG020227; Mon, 6 Nov 2006 17:30:32 -0800 (PST) In-Reply-To: <09BFF2FA5EAB4A45B6655E151BBDD90302433A1B@NT-IRVA-0750.brcm.ad.broadcom.com> References: <09BFF2FA5EAB4A45B6655E151BBDD90302433A1B@NT-IRVA-0750.brcm.ad.broadcom.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1331D139-46F8-49B6-A1DA-57F248F70845@uia.net> Content-Transfer-Encoding: 7bit From: Wes Zuber Date: Mon, 6 Nov 2006 17:30:25 -0800 To: David Christensen 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 01:30:33 -0000 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. 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 > > >