CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/05/22 07:13:14
Modified files: sys/dev/acpi : dsdt.c Log message: Fix aml_rwgsb(). My interpretation of the ACPI standard turned out to be wrong and the buffer size is implied by the field attribute instead of the field length like for normal OpRegion fields. Fixes various laptops where reading multiple bytes from AML over an i2c bus would overflow the buffer. Still fixes the Dell Precision 3640. ok tb@