Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 16:55:13 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r263821 - in stable/9/sys: amd64/conf i386/conf
Message-ID:  <201403271655.s2RGtDu6077360@svn.freebsd.org>

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



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