Author: gjb
Date: Thu Mar 27 16:55:12 2014
New Revision: 263821
URL: http://svnweb.freebsd.org/changeset/base/263821

Log:
  Pull in the VT kernel configuration files, missed in r263817
  (MFC r260888).
  
  This is a direct commit to stable/9, and the original mergeinfo
  already exists.
  
  Sponsored by: The FreeBSD Foundation

Added:
  stable/9/sys/amd64/conf/VT
     - copied unchanged from r260888, head/sys/amd64/conf/VT
  stable/9/sys/i386/conf/VT
     - copied unchanged from r260888, head/sys/i386/conf/VT

Copied: stable/9/sys/amd64/conf/VT (from r260888, head/sys/amd64/conf/VT)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ stable/9/sys/amd64/conf/VT  Thu Mar 27 16:55:12 2014        (r263821, copy 
of r260888, head/sys/amd64/conf/VT)
@@ -0,0 +1,14 @@
+# VT -- kernel config using the vt(9) system console instead of legacy syscons
+#                                                                              
+# For more information see https://wiki.freebsd.org/Newcons
+#
+# $FreeBSD$
+
+include                GENERIC
+ident          VT
+
+nodevice       sc
+nodevice       vga
+
+device         vt
+device         vt_vga

Copied: stable/9/sys/i386/conf/VT (from r260888, head/sys/i386/conf/VT)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ stable/9/sys/i386/conf/VT   Thu Mar 27 16:55:12 2014        (r263821, copy 
of r260888, head/sys/i386/conf/VT)
@@ -0,0 +1,14 @@
+# VT -- kernel config using the vt(9) system console instead of legacy syscons
+#                                                                              
+# For more information see https://wiki.freebsd.org/Newcons
+#
+# $FreeBSD$
+
+include                GENERIC
+ident          VT
+
+nodevice       sc
+nodevice       vga
+
+device         vt
+device         vt_vga
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to