From owner-freebsd-sparc64@freebsd.org Thu Nov 12 15:11:12 2015 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74A2FA2C9D1 for ; Thu, 12 Nov 2015 15:11:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5A9601A88 for ; Thu, 12 Nov 2015 15:11:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 584EBA2C9CF; Thu, 12 Nov 2015 15:11:12 +0000 (UTC) Delivered-To: sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55EF3A2C9CE; Thu, 12 Nov 2015 15:11:12 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [66.135.54.68]) by mx1.freebsd.org (Postfix) with ESMTP id 244CF1A85; Thu, 12 Nov 2015 15:11:11 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id AC82156083; Thu, 12 Nov 2015 09:11:10 -0600 (CST) Date: Thu, 12 Nov 2015 09:11:10 -0600 From: Mark Linimon To: alexmcwhirter@triadic.us Cc: Michelle Sullivan , Anna Wilcox , Marius Strobl , Sean Bruno , Jordan Hubbard , sparc64@freebsd.org, Warner Losh , owner-freebsd-sparc64@freebsd.org Subject: Re: Sparc64 doesn't care about you, and you shouldn't care about Sparc64 Message-ID: <20151112151110.GA27759@lonesome.com> References: <563A5893.1030607@freebsd.org> <39947478-4710-47D8-BAB1-FC93979570B6@mail.turbofuzz.com> <4004425.K7Etsx0SLe@ralph.baldwin.cx> <1411902059.696.1447273047281.JavaMail.craig@w520> <20151111202257.GB6857@lonesome.com> <5643D556.9000908@sorbs.net> <20151112073249.GB19108@lonesome.com> <63a48cf3070f8714aa6f07eb95e732df@triadic.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <63a48cf3070f8714aa6f07eb95e732df@triadic.us> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:11:12 -0000 On Thu, Nov 12, 2015 at 08:41:11AM -0500, alexmcwhirter@triadic.us wrote: > As far as sun4v goes, it's almost identical to sun4u. Basically you just > need to have drivers for the virtual devices, serial console would be the > fist big one. Other than that, sun4u code should run with little to no > changes. My understanding was that the virtual memory hardware is different, and that is why our first effort to support sun4v stalled. mcl