CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2008/12/21 23:37:37
Modified files:
sys/dev/acpi : acpicpu.c
Log message:
Make acpicpu_setperf behave the same as the ACPI aware EST and
powernow drivers if the _PPC is evaluated because an external
change has occured such as being disconnected from wall power
and the available states in _PSS change. Have the acpicpu setperf
driver register a listner for _PPC changes, that way we are not
calling the setperf method twice on powernow machines when an
change occurs.
ok marco@