svn commit: r270977 - stable/10/sys/amd64/conf

Ed Maste emaste at FreeBSD.org
Tue Sep 2 19:14:34 UTC 2014


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
 


More information about the svn-src-all mailing list