From owner-svn-src-all@FreeBSD.ORG Fri Apr 25 21:47:25 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70A87F16; Fri, 25 Apr 2014 21:47:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E2971B1D; Fri, 25 Apr 2014 21:47:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PLlPRT057812; Fri, 25 Apr 2014 21:47:25 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PLlPt1057811; Fri, 25 Apr 2014 21:47:25 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201404252147.s3PLlPt1057811@svn.freebsd.org> From: Glen Barber Date: Fri, 25 Apr 2014 21:47:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264946 - head/sys/amd64/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 25 Apr 2014 21:47:25 -0000 Author: gjb Date: Fri Apr 25 21:47:24 2014 New Revision: 264946 URL: http://svnweb.freebsd.org/changeset/base/264946 Log: Add a UEFI kernel configuration to include the VT kernel, and replace the vt_vga driver with vt_efifb. This is intended to help with snapshot builds only. There is no intention to MFC this commit. Sponsored by: The FreeBSD Foundation Added: head/sys/amd64/conf/UEFI - copied, changed from r264896, head/sys/amd64/conf/VT Copied and modified: head/sys/amd64/conf/UEFI (from r264896, head/sys/amd64/conf/VT) ============================================================================== --- head/sys/amd64/conf/VT Thu Apr 24 21:18:29 2014 (r264896, copy source) +++ head/sys/amd64/conf/UEFI Fri Apr 25 21:47:24 2014 (r264946) @@ -4,11 +4,8 @@ # # $FreeBSD$ -include GENERIC -ident VT +include VT +ident UEFI -nodevice sc -nodevice vga - -device vt -device vt_vga +nodevice vt_vga +device vt_efifb