Date: Sun, 28 Nov 2021 19:42:33 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 777526ed8382 - main - Remove options VESA from x86 MINIMAL Message-ID: <202111281942.1ASJgX40068012@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=777526ed83822e1af2b7f7ea4186dbf7d3d3d60a commit 777526ed83822e1af2b7f7ea4186dbf7d3d3d60a Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-11-28 19:10:28 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-11-28 19:37:46 +0000 Remove options VESA from x86 MINIMAL Followup to b8cf1c5c30a5, remove from MINIMAL in addition to GENERIC. options VESA / vesa.ko provides VESA Bios Extensions (VBE) support for the legacy sc(4) console. It is not used by the default console, vt(4). PR: 253733 Fixes: b8cf1c5c30a5 ("Remove options VESA from x86 GENERIC") Relnotes: Yes Sponsored by: The FreeBSD Foundation --- sys/amd64/conf/MINIMAL | 1 - sys/i386/conf/MINIMAL | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL index decf092661a5..5f99f85b996d 100644 --- a/sys/amd64/conf/MINIMAL +++ b/sys/amd64/conf/MINIMAL @@ -105,7 +105,6 @@ device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver -options VESA # Add support for VESA BIOS Extensions (VBE) device splash # Splash screen and screen saver support diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL index ba9c05bf8265..1716f8018c36 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -116,7 +116,6 @@ device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver -options VESA # Add support for VESA BIOS Extensions (VBE) device splash # Splash screen and screen saver support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111281942.1ASJgX40068012>