svn commit: r260888 - in head/sys: amd64/conf i386/conf

Ed Maste emaste at FreeBSD.org
Sun Jan 19 18:46:39 UTC 2014


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


More information about the svn-src-head mailing list