OpenBSD cvs log

created 2025-02-08T07:05:35Z
begin 2025-01-29T15:25:31Z
end 2025-01-29T22:50:16Z
path src/sys
commits 1

date 2025-01-29T22:50:16Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/efiacpi.c log diff annotate
message If there is no SPCR table, or if it didn't provide us with a usuable
serial console, fall back on parsing the DBG2 table. If we find a
usable serial port there don't make it the console by default since there
is a decent chance that the port isn't easily accessable. But this allows
the user to use the port as serial console by entering "set tty com0" on
at the bootloader prompt.

ok patrick@