The branch stable/15 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=e6c36b2af483cbadd48490791fc2c64212c99e6f
commit e6c36b2af483cbadd48490791fc2c64212c99e6f Author: Olivier Certner <[email protected]> AuthorDate: 2026-01-09 16:23:59 +0000 Commit: Enji Cooper <[email protected]> CommitDate: 2026-02-22 03:57:56 +0000 sys/x86/NOTES: Add vt_efifb Contrary to what is stated in commit f224591746bd ("Add ASMC_DEBUG make option"), the various NOTES files should list all available options. Since vt_efifb is supported also on i386, add it back to x86/NOTES instead of amd64/NOTES. Fixes: f224591746bd ("Add ASMC_DEBUG make option") Sponsored by: The FreeBSD Foundation (cherry picked from commit 67599eef01f5417715f673ec81fc1467917c7a10) --- sys/x86/conf/NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/x86/conf/NOTES b/sys/x86/conf/NOTES index 643105096be2..2c8efa3726dc 100644 --- a/sys/x86/conf/NOTES +++ b/sys/x86/conf/NOTES @@ -329,6 +329,7 @@ options VGA_DEBUG # vt(4) drivers. device vt_vga # VGA device vt_vbefb # VBE framebuffer +device vt_efifb # EFI framebuffer # Linear framebuffer driver for S3 VESA 1.2 cards. Works on top of VESA. device s3pci
