From nobody Thu Mar 5 14:44:03 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fRXNg5L0mz6T81B for ; Thu, 05 Mar 2026 14:44:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fRXNg3qgWz3SJj for ; Thu, 05 Mar 2026 14:44:03 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772721843; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Yz2qS9egHxud8q213NStqE4qwp1wdtN17jalSdOpOzE=; b=RYbqtrDhWDWloGSb4wlW/xCISE6rbsIZZlDqZUSuIa/iCs/sqrV5TSkISfcID9c3KX/drJ Utv+QEbITDpEi7itUW8hw05D1X8fCcipK7nJnU/QlAuape2BGcjz6r+FFWwoWRv7+ICDgF YipE72KwBL90Zddtg7bkfLyKqrUGRNQI21DutIOmlbaQSmBXV9dTcS28epODfr9i7U85cr rPR19DRJAj8nGmNjt8UEc2DxzREKIfhHRnCQ5YFFAStGfwJyIuR1zKBmOHvY0lF6sWa4mX ZbdaSUFqPHIvWBpZTEZKbfRmc3pOaoiUbaYS0aWrt5bf3LTm9pIfLzqW3OEWYw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1772721843; a=rsa-sha256; cv=none; b=EjEldY74FM6I/PK4JSIjdmHWV4zsdowldMR2X2FNn4JvpgxUirh+D5SoNvFiUQjl5sYxSj oxaccu6gpM9VGT1yb3qf7/co7KBB+spb9jWGu546tsiaJNRHUMhsQblkxbZlAAcL2Do4H5 qCFo/0OkkeZ94UWcd6ZNOkHy7VHosLnTtwf5SsfaDXwFdWQehAm1jN9AMh+x3Z8V3qFEs8 7ulwMAsRI1YuBhcawHcd8430LiT5KwxubGWrRvhj/EgBkdh34C4BjjlBTXLmNB32D22q75 X3kQ7Kn8oGEZHbKIm/vtKj1mOIJOQXbpOQcF7n6TYG4j7AKFoqQqg1o+mvSv7w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772721843; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Yz2qS9egHxud8q213NStqE4qwp1wdtN17jalSdOpOzE=; b=p5yN6cVSOUEN8bh11+H9CKF/piVQcDL31ul/G/jq2/9rbfd6ak5sVr0gGTVJcw2VnWya7q +AMTG+vF2c/IEuiIm3np8uLD/AZfHu0CijtDOBnVaRmhtFGZ2ykGyUQIo/qzgAIuMmh1Ho T6qtTc3PM1kdezK80BSbSSvktbEi6vQWvwbiEOnT6JzhivUCW8cNgv9QZF4a8xMpB/DGYu iUQySDR53njuzcel2VAoJlGBhCB0AJNjxmRhIcwd0my2vbrZMXJw9xgloYRkezo4yeJcHr wLVkDAKGvyrudW0ZjRAKV0CWthgz97uxjcUBOnLECdbcJyVuiI/7i49Jri+VZw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fRXNg3NBPzgYC for ; Thu, 05 Mar 2026 14:44:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 26db1 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 05 Mar 2026 14:44:03 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Olivier Certner Subject: git: 1739bb967444 - stable/15 - sys: vt_efifb: EFI not supported on i386; move it back to amd64/NOTES List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: olce X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 1739bb9674444a146a141ea36ecb769624332501 Auto-Submitted: auto-generated Date: Thu, 05 Mar 2026 14:44:03 +0000 Message-Id: <69a996b3.26db1.4c109897@gitrepo.freebsd.org> The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=1739bb9674444a146a141ea36ecb769624332501 commit 1739bb9674444a146a141ea36ecb769624332501 Author: Olivier Certner AuthorDate: 2026-01-12 09:28:54 +0000 Commit: Olivier Certner CommitDate: 2026-03-05 14:43:22 +0000 sys: vt_efifb: EFI not supported on i386; move it back to amd64/NOTES We do not support EFI boot on i386. Thus: 1. Move (back) 'device vt_efifb' from x86/NOTES to amd64/NOTES. 2. Remove 'device vt_efifb' from i386/MINIMAL. Reported by: jhb Fixes: f224591746bd ("Add ASMC_DEBUG make option") Fixes: 67599eef01f5 ("sys/x86/NOTES: Add vt_efifb") Sponsored by: The FreeBSD Foundation (cherry picked from commit 9c25620e57f01d8227f0d53c6b2134ab37a49fdf) --- sys/amd64/conf/NOTES | 3 +++ sys/i386/conf/MINIMAL | 1 - sys/x86/conf/NOTES | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 50637d4adeb7..0d1b72b362c0 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -43,6 +43,9 @@ cpu HAMMER # aka K8, aka Opteron & Athlon64 # Optional devices: # +# vt(4) drivers. +device vt_efifb # EFI framebuffer + # 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create # the /dev/3dfx0 device to work with glide implementations. This should get # linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL index 0a36a9b13c21..65bdf8f79da2 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -112,7 +112,6 @@ options SC_PIXEL_MODE # add support for the raster text mode # vt is the default video console driver device vt device vt_vga -device vt_efifb device vt_vbefb device agp # support several AGP chipsets diff --git a/sys/x86/conf/NOTES b/sys/x86/conf/NOTES index 2c8efa3726dc..643105096be2 100644 --- a/sys/x86/conf/NOTES +++ b/sys/x86/conf/NOTES @@ -329,7 +329,6 @@ 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