From owner-svn-src-all@FreeBSD.ORG Mon Jul 7 21:27:47 2014 Return-Path: Delivered-To: svn-src-all@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 DD1C31BC; Mon, 7 Jul 2014 21:27:47 +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 C9FC62305; Mon, 7 Jul 2014 21:27:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67LRlrR015227; Mon, 7 Jul 2014 21:27:47 GMT (envelope-from ray@svn.freebsd.org) Received: (from ray@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67LRljA015226; Mon, 7 Jul 2014 21:27:47 GMT (envelope-from ray@svn.freebsd.org) Message-Id: <201407072127.s67LRljA015226@svn.freebsd.org> From: Aleksandr Rybalko Date: Mon, 7 Jul 2014 21:27:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r268372 - stable/10/sys/amd64/conf X-SVN-Group: stable-10 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.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: Mon, 07 Jul 2014 21:27:48 -0000 Author: ray Date: Mon Jul 7 21:27:47 2014 New Revision: 268372 URL: http://svnweb.freebsd.org/changeset/base/268372 Log: Temporary disable build of vt_efifb vt(4) driver, not all parts of UEFI support here yet. This direct commit to STABLE-10, because HEAD already support UEFI FB. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/amd64/conf/GENERIC Modified: stable/10/sys/amd64/conf/GENERIC ============================================================================== --- stable/10/sys/amd64/conf/GENERIC Mon Jul 7 19:31:02 2014 (r268371) +++ stable/10/sys/amd64/conf/GENERIC Mon Jul 7 21:27:47 2014 (r268372) @@ -179,7 +179,6 @@ options SC_PIXEL_MODE # add support fo # vt is the new video console driver device vt device vt_vga -device vt_efifb device agp # support several AGP chipsets