The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=fa550b255e957a3ec0707cf1308eac92cf4b2e08
commit fa550b255e957a3ec0707cf1308eac92cf4b2e08 Author: Caleb Harper <[email protected]> AuthorDate: 2026-06-15 22:51:05 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-06-28 00:36:10 +0000 loader.efi.8: hw.uart.console is explained in uart PR: 295944 MFC to: 15 MFC after: 3 days (cherry picked from commit a641aa1c80f80e44cd9212b95e6584db9533712c) --- stand/man/loader.efi.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8 index 8ddc869e0a27..1f55342e0ef7 100644 --- a/stand/man/loader.efi.8 +++ b/stand/man/loader.efi.8 @@ -152,9 +152,8 @@ The kernel will look at the .Dv hw.uart.console variable to set its serial console. -Its format should be described in -.Xr uart 4 -but is not. +Its format is described in +.Xr uart 4 . Set it to .Dq io:0x3f8,br:115200 with the proper port address.
