From 228e020a3b6142bef17cfeb86cf06f1fd1f4f1fc Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 27 Nov 2021 16:15:41 -0500 Subject: [PATCH] Correct syscons description in i386 and amd64 configs Commit 2d6f6d63733d switched to vt(4) as the default console. Sponsored by: The FreeBSD Foundation --- sys/amd64/conf/GENERIC | 4 ++-- sys/amd64/conf/MINIMAL | 4 ++-- sys/i386/conf/GENERIC | 4 ++-- sys/i386/conf/MINIMAL | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 60d2d0376aa..2732569c461 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 diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL index 14c07c0f04b..decf092661a 100644 --- a/sys/amd64/conf/MINIMAL +++ b/sys/amd64/conf/MINIMAL @@ -109,11 +109,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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index b5ed7848f85..e3f1aee8c72 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -186,11 +186,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_vbefb diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL index 0aa6dff54b5..ba9c05bf826 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -120,11 +120,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