CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/06/22 05:19:00
Modified files: sys/dev/acpi : dsdt.c Log message: Add some missing type conversions. The ACPI spec contradicts itself somewhat in places but even if it requires certain types for the operands of an operator it seems that implicit type conversion into that type should also be allowed. At least the AML of the latest Framework 13" AMD laptop relies on that. Analysis and original diff from Sven Hallberg. ok krw@