HomeFreeBSD

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

Description

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

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
Reviewed by: dab, tsoome
Differential Revision: https://reviews.freebsd.org/D43714

(cherry picked from commit 064fa628ce375028f2510182f4edbafa7f469ecb)

Details

Provenance
impAuthored on Feb 4 2024, 9:09 PM
Reviewer
dab
Differential Revision
D43714: loader: For EFI, if we don't have ConOut, try ConIn
Parents
rG81ef0de636ff: kern: tty: fix ttyinq_read_uio assertion
Branches
Unknown
Tags
Unknown