aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf/GENERIC
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-11-27 21:15:41 +0000
committerEd Maste <emaste@FreeBSD.org>2021-11-27 21:22:42 +0000
commit228e020a3b6142bef17cfeb86cf06f1fd1f4f1fc (patch)
tree9ed432934b372c2f0ef38fb4f90c9afd11eb2b7d /sys/amd64/conf/GENERIC
parent7184e8c211074db57865adabf41a08a50d155582 (diff)
downloadsrc-228e020a3b6142bef17cfeb86cf06f1fd1f4f1fc.tar.gz
src-228e020a3b6142bef17cfeb86cf06f1fd1f4f1fc.zip
Correct syscons description in i386 and amd64 configs
Commit 2d6f6d63733d switched to vt(4) as the default console. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 60d2d0376aac..2732569c461c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -217,11 +217,11 @@ options VESA # Add support for VESA BIOS Extensions (VBE)
device splash # Splash screen and screen saver support
-# syscons is the default console driver, resembling an SCO console
+# syscons is the legacy console driver, resembling an SCO console
device sc
options SC_PIXEL_MODE # add support for the raster text mode
-# vt is the new video console driver
+# vt is the default video console driver
device vt
device vt_vga
device vt_efifb