OpenBSD cvs log

created 2023-04-18T13:46:26Z
begin 2023-04-16T11:34:32Z
end 2023-04-16T11:38:42Z
path src/sys
commits 1

date 2023-04-16T11:38:42Z
author kettenis
files src/sys/dev/acpi/com_acpi.c log diff annotate
message Too many ACPI implementations advertise serial ports that aren't actually
implemented. This leads to hangs when we run "ttyflags -a" in /etc/rc.
Add the same probe that we have in the ISA version of the driver to make
sure the port is actually there.

ok patrick@