git: 43b5915ef4c6 - stable/13 - Correct syscons description in i386 and amd64 configs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Dec 2021 16:17:29 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=43b5915ef4c6ab8caedf623f751285b342f36fe7 commit 43b5915ef4c6ab8caedf623f751285b342f36fe7 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-11-27 21:15:41 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-12-20 16:16:21 +0000 Correct syscons description in i386 and amd64 configs Commit 2d6f6d63733d switched to vt(4) as the default console. Sponsored by: The FreeBSD Foundation (cherry picked from commit 228e020a3b6142bef17cfeb86cf06f1fd1f4f1fc) --- 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 3478c9a3db26..3fbb421a44b1 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -206,11 +206,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 f6dd2047f2ce..a55a63d6b3ad 100644 --- a/sys/amd64/conf/MINIMAL +++ b/sys/amd64/conf/MINIMAL @@ -108,11 +108,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 ed9865cc7c55..55ff71a4f05b 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -179,11 +179,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 17b8444e35d2..7e1f71f42eb4 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -108,11 +108,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