Date: Thu, 16 Jun 2022 12:51:43 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: f918bec0d404 - stable/13 - syscons: note incompatibility with UEFI Message-ID: <202206161251.25GCphfn014446@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=f918bec0d404ff4e9af61fa8ac8f035936527352 commit f918bec0d404ff4e9af61fa8ac8f035936527352 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-05-26 00:19:24 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-06-16 12:49: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 c2f8cd56e0ee..bbc370ecd0d2 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 @@ -77,6 +77,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?202206161251.25GCphfn014446>