CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/06/01 19:22:01
Modified files: sys/dev/acpi : dsdt.c Log message: The AML on the Lanner FW-8758 does a Store() to a named object that's never actually defined. The ACPI standard isn't clear wether this is allowed, but it makes some sense to just initialize the object with the source of the Store(). Fixes the resulting panic on that particular machine. ok mlarkin@