The branch stable/12 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=93c8e4897eaa006fcd6364231c3d908ac1bc3442
commit 93c8e4897eaa006fcd6364231c3d908ac1bc3442 Author: Ed Maste <[email protected]> AuthorDate: 2022-05-26 00:19:24 +0000 Commit: Ed Maste <[email protected]> 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
