From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 1 01:01:54 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FFD637B401 for ; Tue, 1 Jul 2003 01:01:51 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F4954400D for ; Tue, 1 Jul 2003 01:01:50 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 86219 invoked by uid 1000); 1 Jul 2003 08:01:53 -0000 Date: Tue, 1 Jul 2003 01:01:53 -0700 (PDT) From: Nate Lawson To: Jack Patton In-Reply-To: <200306301533.aa08066@flag.60north.net> Message-ID: <20030701010014.Q86209@root.org> References: <200306301533.aa08066@flag.60north.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-scsi@freebsd.org cc: freebsd-bugs@freebsd.org cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/53566: IBM Eserver (245 || 345) + ServeRaid 5i ips driver panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 08:01:54 -0000 On Mon, 30 Jun 2003, Jack Patton wrote: > Okay, I hooked up a serial console and the CURRENT-20030627-JPSNAP. This is > as far as the boot gets, along with a trace. Has there been any progress > backporting this driver to 4.8 yet? > > FreeBSD 5.1-CURRENT-20030627-JPSNAP #0: Fri Jun 27 00:23:43 GMT 2003 > root@ushi.jp.freebsd.org:/usr/obj/usr/src/sys/GENERIC > Preloaded elf kernel "/boot/kernel/kernel" at 0xc0b5d000. > Preloaded mfs_root "/boot/mfsroot" at 0xc0b5d278. > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0b5d2bc. Disable acpi and try again. Update your BIOS to hopefully get new ACPI code. There's some problem here with unitialized memory. It may be elsewhere though and ACPI is just stumbling onto it. -Nate