From owner-svn-src-all@FreeBSD.ORG Thu Aug 7 08:09:04 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E833FF13; Thu, 7 Aug 2014 08:09:04 +0000 (UTC) Date: Thu, 7 Aug 2014 08:09:04 +0000 From: Alexey Dokuchaev To: Nathan Whitehorn Subject: Re: svn commit: r269601 - in head/sys: conf dev/fb Message-ID: <20140807080904.GA59911@FreeBSD.org> References: <53e12048.529c.76a204bd@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53e12048.529c.76a204bd@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 08:09:05 -0000 On Tue, Aug 05, 2014 at 06:19:52PM +0000, Nathan Whitehorn wrote: > New Revision: 269601 > URL: http://svnweb.freebsd.org/changeset/base/269601 > > Log: > Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffers > handled by creator(4) (Sun Creator 3D, Elite 3D, etc.). This provides > vt(4) consoles on all devices currently supported by syscons on sparc64. > The driver should also be easily adaptable to support newer Sun framebuffers > such as the XVR-500 and higher. Now this is totally awesome. Thank you for your work! ./danfe