From owner-freebsd-sparc64@FreeBSD.ORG Thu Sep 17 22:45:58 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 8D24B10656BA for ; Thu, 17 Sep 2009 22:45:58 +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 130D78FC20 for ; Thu, 17 Sep 2009 22:45:57 +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 n8HMjuVW042243; Fri, 18 Sep 2009 00:45:56 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n8HMjuYn042242; Fri, 18 Sep 2009 00:45:56 +0200 (CEST) (envelope-from marius) Date: Fri, 18 Sep 2009 00:45:56 +0200 From: Marius Strobl To: KOT MATPOCKuH Message-ID: <20090917224556.GA41908@alchemy.franken.de> References: <3979a4b0909170200x754ea8c5l495e300b2a7a5113@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3979a4b0909170200x754ea8c5l495e300b2a7a5113@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: Thu, 17 Sep 2009 22:45:58 -0000 On Thu, Sep 17, 2009 at 01:00:32PM +0400, KOT MATPOCKuH wrote: > Hello! > > Is it possible to run FreeBSD/sparc64 on SunFire V215? > This system is similar to SunFire V210/V240/V125, but have PCI-X and SAS disks. The main difference is that V215 are based on the 'Fire' JBus to PCI-Express bridges which the mainline FreeBSD doesn't have a driver for so far. > > I'm tried to boot 8.0-BETA4, but it hangs after "jumping to kernel entry": > <...> > > As I know, OpenBSD 4.5 works on this platform, and I successfuly booted kernel. > Why FreeBSD isn't ported to v215? > It's not like V215 smell bad or something but adding support for additional sparc64 machines typically always requires a developer with the necessary knowledge, time and interest to have access to that hardware. I recently started working on support for V215 and I at least can already netboot the machine (which actually is UP): http://people.freebsd.org/~marius/v215.txt Things still missing are at least ata(4) (which as-is just causes a panic when compiled in) and MSI support. Marius