CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/01/26 07:39:07
Modified files: sys/dev/acpi : acpi.c Log message: An ACPI device needs to be both present and enabled for it to function. So only attempt to attach hardware that has both bits enabled. This fixes an issue where com(4) would attach for a disabled serial port leading to misdetection of the hardware variant and a subsequent hang when /etc/rc runs ttyflags -a. ok anton@, deraadt@