CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2010/07/20 06:12:20
Modified files: sys/dev/acpi : acpitz.c acpivar.h dsdt.c Log message: tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumum delays. tsleep() on an unknown wait channel, to ensure the minimum is met, and that wakeup()'s don't make the delay get restarted over and over.. ok kettenis mlarkin