summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-01-19 18:46:38 +0000
committeremaste <emaste@FreeBSD.org>2014-01-19 18:46:38 +0000
commit13c3304ef662d70494a0b84b14a9b3548ec34229 (patch)
tree2afd9acb10f26da8edea874a20ad8319367ebc6a
parent56c95d38f3cc6040f3dd5b3e0fe43f788c8991f8 (diff)
downloadFreeBSD-src-13c3304ef662d70494a0b84b14a9b3548ec34229.zip
FreeBSD-src-13c3304ef662d70494a0b84b14a9b3548ec34229.tar.gz
Add VT kernel configuration to ease testing of vt(9), aka Newcons
-rw-r--r--sys/amd64/conf/VT14
-rw-r--r--sys/i386/conf/VT14
2 files changed, 28 insertions, 0 deletions
diff --git a/sys/amd64/conf/VT b/sys/amd64/conf/VT
new file mode 100644
index 0000000..7d0547f
--- /dev/null
+++ b/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
diff --git a/sys/i386/conf/VT b/sys/i386/conf/VT
new file mode 100644
index 0000000..7d0547f
--- /dev/null
+++ b/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
OpenPOWER on IntegriCloud