Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 19:14:33 +0000 (UTC)
From:      Ed Maste <emaste@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: r270977 - stable/10/sys/amd64/conf
Message-ID:  <201409021914.s82JEX8w008181@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Sep  2 19:14:33 2014
New Revision: 270977
URL: http://svnweb.freebsd.org/changeset/base/270977

Log:
  Revert r268372 - enable vt_efifb vt(4) driver again.
  
  It was disabled as some parts of UEFI support had not yet been merged to
  stable/10.
  
  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	Tue Sep  2 19:05:34 2014	(r270976)
+++ stable/10/sys/amd64/conf/GENERIC	Tue Sep  2 19:14:33 2014	(r270977)
@@ -179,6 +179,7 @@ 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?201409021914.s82JEX8w008181>