From owner-svn-src-projects@FreeBSD.ORG Fri Mar 14 17:59:36 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB64E22A; Fri, 14 Mar 2014 17:59:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98B0AAD7; Fri, 14 Mar 2014 17:59:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EHxaqF011797; Fri, 14 Mar 2014 17:59:36 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2EHxaaV011796; Fri, 14 Mar 2014 17:59:36 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201403141759.s2EHxaaV011796@svn.freebsd.org> From: Ed Maste Date: Fri, 14 Mar 2014 17:59:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r263182 - projects/uefi/sys/amd64/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 17:59:36 -0000 Author: emaste Date: Fri Mar 14 17:59:36 2014 New Revision: 263182 URL: http://svnweb.freebsd.org/changeset/base/263182 Log: Temporarily remove vt_vga from UEFI VT config Prioritization of early console drivers is not yet supported properly, so allow only efifb to claim the console and keyboard. Modified: projects/uefi/sys/amd64/conf/VT Modified: projects/uefi/sys/amd64/conf/VT ============================================================================== --- projects/uefi/sys/amd64/conf/VT Fri Mar 14 17:37:38 2014 (r263181) +++ projects/uefi/sys/amd64/conf/VT Fri Mar 14 17:59:36 2014 (r263182) @@ -11,4 +11,3 @@ nodevice sc nodevice vga device vt -device vt_vga