Author: emaste
Date: Sun Jan 19 18:46:38 2014
New Revision: 260888
URL: http://svnweb.freebsd.org/changeset/base/260888

Log:
  Add VT kernel configuration to ease testing of vt(9), aka Newcons

Added:
  head/sys/amd64/conf/VT   (contents, props changed)
  head/sys/i386/conf/VT   (contents, props changed)

Added: head/sys/amd64/conf/VT
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/amd64/conf/VT      Sun Jan 19 18:46:38 2014        (r260888)
@@ -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

Added: head/sys/i386/conf/VT
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/i386/conf/VT       Sun Jan 19 18:46:38 2014        (r260888)
@@ -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