Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 15:26:51 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: bbb6bfeaae46 - stable/13 - vt(4): add note about sc/UEFI incompatibility
Message-ID:  <202405271526.44RFQph2092272@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=bbb6bfeaae460ae1be5218d4456e47dfd86fa62d

commit bbb6bfeaae460ae1be5218d4456e47dfd86fa62d
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-05-24 21:45:14 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-05-27 15:25:28 +0000

    vt(4): add note about sc/UEFI incompatibility
    
    syscons is not compatible with UEFI boot.  This is noted in syscons(4),
    but not mentioned in vt(4) where the kern.vty tunable (used to select vt
    or sc) is documented.  Add a note so that if someone reads vt(4) but not
    sc(4) they are not surprised by having no usable console.
    
    PR:             276206
    Reviewed by:    brooks
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D45357
    
    (cherry picked from commit f52481f3b8a377e336ecba1b5150023a344ec189)
    (cherry picked from commit 03d3230d51529a38e0c90ff324145dbfe209307d)
---
 share/man/man4/vt.4 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4
index c75830bdd44f..3a8c64746882 100644
--- a/share/man/man4/vt.4
+++ b/share/man/man4/vt.4
@@ -22,7 +22,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 21, 2022
+.Dd May 24, 2024
 .Dt "VT" 4
 .Os
 .Sh NAME
@@ -218,6 +218,11 @@ The
 kernel uses
 .Nm
 when this value is not set.
+Note that
+.Ql sc
+is not compatible with
+.Xr UEFI 8
+boot.
 .It Va kern.vt.color. Ns Ar colornum Ns Va .rgb
 Set this value to override default palette entry for color
 .Pa colornum



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405271526.44RFQph2092272>