CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/16 05:38:42
Modified files:
sys/dev/acpi : com_acpi.c
Log 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@
