From owner-freebsd-sparc64@FreeBSD.ORG Mon Sep 21 17:25:19 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4C51106568D for ; Mon, 21 Sep 2009 17:25:19 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 677998FC24 for ; Mon, 21 Sep 2009 17:25:18 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n8LHPH2c007593; Mon, 21 Sep 2009 19:25:17 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n8LHPHJa007592; Mon, 21 Sep 2009 19:25:17 +0200 (CEST) (envelope-from marius) Date: Mon, 21 Sep 2009 19:25:17 +0200 From: Marius Strobl To: KOT MATPOCKuH Message-ID: <20090921172517.GE73777@alchemy.franken.de> References: <3979a4b0909170200x754ea8c5l495e300b2a7a5113@mail.gmail.com> <20090917224556.GA41908@alchemy.franken.de> <3979a4b0909172329q3a113942xfcd71394a98fee19@mail.gmail.com> <20090918131416.GQ57060@alchemy.franken.de> <3979a4b0909202346h5c062fa1qb5150ad90f970c5b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3979a4b0909202346h5c062fa1qb5150ad90f970c5b@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: Is it posible to run FreeBSD/sparc64 on SunFire V215? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2009 17:25:19 -0000 On Mon, Sep 21, 2009 at 10:46:53AM +0400, KOT MATPOCKuH wrote: > 2009/9/18 Marius Strobl : > > > On Fri, Sep 18, 2009 at 02:23:49PM +0400, KOT MATPOCKuH wrote: > > > Like I said, mainline FreeBSD doesn't support V215 so > > far. If you like you can give the following patch a try: > > http://people.freebsd.org/~marius/fire.diff > > It requires head r197164 or later. > I'm tried to apply this patch, also add "device ofw_console" to kernel > configuration, but system panic after: You should not add ofw_console(4). > pcib1: mem 0x100pcib0: DMC error: MMU error 0x4000000040 > panic: pcib0: fatal DMC/PEC error > Please re-fetch fire.diff and try again. Marius