From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 1 01:10:22 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2673F37B401 for ; Tue, 1 Jul 2003 01:10:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9FD43FEA for ; Tue, 1 Jul 2003 01:10:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h618ALUp080588 for ; Tue, 1 Jul 2003 01:10:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h618ALcb080587; Tue, 1 Jul 2003 01:10:21 -0700 (PDT) Date: Tue, 1 Jul 2003 01:10:21 -0700 (PDT) Message-Id: <200307010810.h618ALcb080587@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Nate Lawson 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 Reply-To: Nate Lawson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 08:10:22 -0000 The following reply was made to PR kern/53566; it has been noted by GNATS. From: Nate Lawson To: Jack Patton Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org, freebsd-scsi@freebsd.org Subject: Re: kern/53566: IBM Eserver (245 || 345) + ServeRaid 5i ips driver panic Date: Tue, 1 Jul 2003 01:01:53 -0700 (PDT) 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