Author: gjb
Date: Fri Apr 25 21:47:24 2014
New Revision: 264946
URL: http://svnweb.freebsd.org/changeset/base/264946

Log:
  Add a UEFI kernel configuration to include the VT kernel, and
  replace the vt_vga driver with vt_efifb.
  
  This is intended to help with snapshot builds only.
  
  There is no intention to MFC this commit.
  
  Sponsored by: The FreeBSD Foundation

Added:
  head/sys/amd64/conf/UEFI
     - copied, changed from r264896, head/sys/amd64/conf/VT

Copied and modified: head/sys/amd64/conf/UEFI (from r264896, 
head/sys/amd64/conf/VT)
==============================================================================
--- head/sys/amd64/conf/VT      Thu Apr 24 21:18:29 2014        (r264896, copy 
source)
+++ head/sys/amd64/conf/UEFI    Fri Apr 25 21:47:24 2014        (r264946)
@@ -4,11 +4,8 @@
 #
 # $FreeBSD$
 
-include                GENERIC
-ident          VT
+include                VT
+ident          UEFI
 
-nodevice       sc
-nodevice       vga
-
-device         vt
-device         vt_vga
+nodevice       vt_vga
+device         vt_efifb
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to