From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 25 23:30:04 2010 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B566106564A for ; Thu, 25 Mar 2010 23:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8FE8FC08 for ; Thu, 25 Mar 2010 23:30:04 +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 o2PNU4fd072596 for ; Thu, 25 Mar 2010 23:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2PNU4k5072593; Thu, 25 Mar 2010 23:30:04 GMT (envelope-from gnats) Date: Thu, 25 Mar 2010 23:30:04 GMT Message-Id: <201003252330.o2PNU4k5072593@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: Thu, 25 Mar 2010 23:30:04 -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: Fri, 26 Mar 2010 00:27:38 +0100 On Thu, Mar 25, 2010 at 11:07:30AM -0700, Rob Farmer wrote: > On Sat, Mar 20, 2010 at 1:43 PM, Marius Strobl > >> > >> pcib1: mem > >> 0x40004600000-0x40004617fff,0x40004410000-0x4000441004f,0x7ffec000000-0x7ffec0000ff > >> irq 562,560,561,564 on nexus0 > >> pcib1: Schizo, version 7, IGN 0x8, bus A, 66MHz > >> Timecounter "pcib1" frequency 150000000 Hz quality 100 > >> pcib1: DVMA map: 0xc0000000 to 0xffffffff 131072 entries, streaming buffer > >> panic: pcib: PCI bus A error AFAR 0x1000c0 AFSR 0x320000000 PCI CSR > >> 0x60002010f003f IOMMU 0x70003 STATUS 0x2a0 > > > > Please give the following snapshot a try: > > http://people.freebsd.org/~marius/FreeBSD-9.0-20100320-SNAP-sparc64-disc1.iso.gz > > That one includes r205254, which works around a quirk of version 7 > > Schizo seen when booting V890 from disk. You appear to be hitting > > the same issue. > > That snapshot works great without the MMF cards. Thanks for testing. > I don't need them so > I will just leave them out, but if you are interested in working on > them I can test patches. Please give the following quick hack a try: http://people.freebsd.org/~marius/cas_mmf.diff Marius