Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 18:46:39 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260888 - in head/sys: amd64/conf i386/conf
Message-ID:  <201401191846.s0JIkdvw046339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401191846.s0JIkdvw046339>