看板 DFBSD_commit 關於我們 聯絡資訊
commit 8db2b57665ff7b54aeb3592197587759b5a7eb5e Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Sun Apr 17 15:00:54 2011 +0800 powerd: Wait hw.acpi.cpu.px_dom* sysctl to be created by kernel Since hw.acpi.cpu.px_dom* creation is queued into ACPI taskqueue and ACPI taskqueue is shared across various ACPI modules, any delay in other modules may cause hw.acpi.cpu.px_dom* to be created at quite a later time (e.g. cmbat module's task could take quite a lot of time). Summary of changes: usr.sbin/powerd/powerd.c | 42 +++++++++++++++++++++++++++++------------- 1 files changed, 29 insertions(+), 13 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8db2b57665ff7b54aeb3592197587759b5a7eb5e -- DragonFly BSD source repository