From owner-freebsd-sparc64@FreeBSD.ORG Thu Nov 13 22:26:03 2008 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 320A3106564A for ; Thu, 13 Nov 2008 22:26:03 +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 AF02B8FC13 for ; Thu, 13 Nov 2008 22:26:02 +0000 (UTC) (envelope-from marius@alchemy.franken.de) 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 mADMPxko004317; Thu, 13 Nov 2008 23:25:59 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id mADMPxAO004316; Thu, 13 Nov 2008 23:25:59 +0100 (CET) (envelope-from marius) Date: Thu, 13 Nov 2008 23:25:59 +0100 From: Marius Strobl To: Adam McDougall Message-ID: <20081113222559.GF64456@alchemy.franken.de> References: <20081028172823.GO5156@darkthrone.kvedulv.de> <20081028221321.GA32214@alchemy.franken.de> <491BC348.7070408@egr.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <491BC348.7070408@egr.msu.edu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: Booting of snapshot-iso on SUN Fire V280R 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: Thu, 13 Nov 2008 22:26:03 -0000 On Thu, Nov 13, 2008 at 01:03:52AM -0500, Adam McDougall wrote: > > Is there a way to check this version from Solaris, out of curiosity? > Does this from prtdiag relate? We have four 280R at work and I could > probably experiment with FreeBSD on one soon, but I haven't even had > time to boot the ISO yet. > > Port > Model ID Status Version > -------- ---- ------ ------- > Schizo 8 ok 7 I'd assume that this is the version info in question. If you want to be absolutely sure, get the OFW device tree in more or less raw form by runnning `prtconf -Ppv` and look at the "version#" property of a node having a "compatible" property of "pci108e,8001". Marius