summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-06-30 16:18:38 +0000
committeremaste <emaste@FreeBSD.org>2014-06-30 16:18:38 +0000
commite6dbbf35ca8f40724ea8505558b91470f24cf435 (patch)
tree38e976a3b8668ba62e9c64243bf43a413c21bbc9 /sys/amd64
parent253aaa13c29f9c3cba61d6cafd082813dad0cfec (diff)
downloadFreeBSD-src-e6dbbf35ca8f40724ea8505558b91470f24cf435.zip
FreeBSD-src-e6dbbf35ca8f40724ea8505558b91470f24cf435.tar.gz
Add vt(4) to GENERIC and retire the separate VT config
vt(4) and sc(4) can now coexist in the same kernel. To choose the vt driver, set the loader tunable kern.vty=vt .
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC5
-rw-r--r--sys/amd64/conf/VT15
2 files changed, 5 insertions, 15 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3a41da3..4269889 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -184,6 +184,11 @@ device splash # Splash screen and screen saver support
device sc
options SC_PIXEL_MODE # add support for the raster text mode
+# vt is the new video console driver
+device vt
+device vt_vga
+device vt_efifb
+
device agp # support several AGP chipsets
# PCCARD (PCMCIA) support
diff --git a/sys/amd64/conf/VT b/sys/amd64/conf/VT
deleted file mode 100644
index c11f1af..0000000
--- a/sys/amd64/conf/VT
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-device vt_efifb
OpenPOWER on IntegriCloud