Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 21:27:47 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
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
Message-ID:  <201407072127.s67LRljA015226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407072127.s67LRljA015226>