Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 13:38:24 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: 93c8e4897eaa - stable/12 - syscons: note incompatibility with UEFI
Message-ID:  <202206161338.25GDcOiT069898@gitrepo.freebsd.org>

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

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

commit 93c8e4897eaa006fcd6364231c3d908ac1bc3442
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-05-26 00:19:24 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-06-16 13:37:54 +0000

    syscons: note incompatibility with UEFI
    
    PR:             264226
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 20b2b464ebb6748756e262d8a421509a2937c74b)
---
 share/man/man4/syscons.4 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 49b4c84aabf1..82febda569cc 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 2, 2018
+.Dd May 25, 2022
 .Dt SYSCONS 4
 .Os
 .Sh NAME
@@ -73,6 +73,14 @@ The
 driver provides multiple virtual terminals.
 It resembles the SCO color console driver.
 .Pp
+Note that the
+.Nm
+driver is not compatible with systems booted via
+.Xr UEFI 8 .
+Forcing use of
+.Nm
+on such systems will result in no usable console.
+.Pp
 The
 .Nm
 driver is implemented on top of the keyboard driver



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