CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2013/01/17 21:07:06
Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: acpi: Add global lock enter and leave routines. I think this diff is the way to go if we want to have proper locking in our acpi drivers. This doesn't hook onto anything from the kernel and is just building framework towards locking. Okay mlarkin@, kettenis@.