From owner-freebsd-sparc64@FreeBSD.ORG Sun May 9 17:30:07 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03FFE1065672 for ; Sun, 9 May 2010 17:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E76FB8FC19 for ; Sun, 9 May 2010 17:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o49HU6dZ036386 for ; Sun, 9 May 2010 17:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o49HU6sH036383; Sun, 9 May 2010 17:30:06 GMT (envelope-from gnats) Date: Sun, 9 May 2010 17:30:06 GMT Message-Id: <201005091730.o49HU6sH036383@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Marius Strobl Cc: Subject: Re: sparc64/144867: panic: trap: memory address not aligned booting Sunfire 280R X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marius Strobl List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2010 17:30:07 -0000 The following reply was made to PR sparc64/144867; it has been noted by GNATS. From: Marius Strobl To: Rob Farmer Cc: bug-followup@freebsd.org Subject: Re: sparc64/144867: panic: trap: memory address not aligned booting Sunfire 280R Date: Sun, 9 May 2010 19:28:23 +0200 On Thu, May 06, 2010 at 10:01:41AM +0200, Marius Strobl wrote: > On Wed, May 05, 2010 at 10:54:49AM -0700, Rob Farmer wrote: > > On Sat, Apr 17, 2010 at 1:05 PM, Marius Strobl > > wrote: > > > > > > Could both of you please refetch the following patch and give it try? > > > http://people.freebsd.org/~marius/cas_mmf.diff > > > The MD5 hash of the new version is 0d668f21e2b3bb3c9641950bd0153e3d. > > > > > > Marius > > > > > > > > > > Is the patch you sent me the same as what was committed? > > Except for a change in a comment it was. > > > I just tried > > to upgrade the system today and am getting a panic again: > > This likely is a variation of the problem that when booting from > disk the firmware leaves us with a PCI bus error that may be > cleared from the status registers but nevertheless triggers an > error interrupt, which you already hit earlier. I've to think > some more about this. > Please give the following patch a try: http://people.freebsd.org/~marius/schizo_pci_non_fatal.diff Marius