CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2013/01/17 23:02:51
Modified files: sys/dev/acpi : acpiec.c Log message: acpi: add acpiec_lock and acpi_unlock routines. The routines check if the AML requires us to acquire the global lock by checking a flag stored in the soft state at attach and locks or unlocks if true. This is just building locking framework and is not hooked in any way to the kernel. Okay kettenis@.