CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2010/09/19 16:46:16
Modified files: sys/dev/acpi : atk0110.c Log message: acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdt operations must currently operate under the acpi thread. So use aml_register_notify with ACPI_POLL for now -- it is a horrific hack of an interface, but now that all drivers are unified to use it, we can consider improving it. tested by jasper and claudio