Page MenuHomeFreeBSD

loader: For EFI, if we don't have ConOut, try ConIn
ClosedPublic

Authored by imp on Feb 2 2024, 9:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 3:07 AM
Unknown Object (File)
Tue, May 7, 4:19 AM
Unknown Object (File)
Fri, May 3, 2:56 PM
Unknown Object (File)
Sat, Apr 27, 9:48 AM
Unknown Object (File)
Sat, Apr 27, 9:33 AM
Unknown Object (File)
Sat, Apr 27, 8:29 AM
Unknown Object (File)
Sat, Apr 27, 8:13 AM
Unknown Object (File)
Apr 21 2024, 10:37 PM
Subscribers

Details

Summary

Try ConIn if we don't have a ConOut variable. ConIn will contain HID
devices and/or serial devices. We currently just search for serial
devices and will use them instead of video with the current code. While
ConIn w/o ConOut is fairly common on laptops, is kinda rare on servers.
Some refinement may be needed in the future if servers come to
light. This is also minimal to allow possible integration into 13.3
release.

MFC After: 1 week
Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable