cvs commit: src/etc/rc.d Makefile power_profile src/etc devd.conf
src/etc/defaults rc.conf
Nate Lawson
njl at FreeBSD.org
Wed Dec 17 20:39:59 PST 2003
njl 2003/12/17 20:39:57 PST
FreeBSD src repository
Modified files:
etc/rc.d Makefile
etc devd.conf
etc/defaults rc.conf
Added files:
etc/rc.d power_profile
Log:
Add power_profile, a script that changes the ACPI CPU Cx idle state and/or
the throttling state in response to line transitions. Future plans
include adding support for CPU frequency changes.
Add a devd.conf entry for calling this script.
The default values for this are:
performance_cx_lowest="HIGH" # Use HLT (C0) online
performance_throttle_state="HIGH" # 100% (no throttling)
economy_cx_lowest="LOW" # Use the lowest Cx state possible
economy_throttle_state="HIGH" # 100% (no throttling)
Revision Changes Path
1.194 +4 -0 src/etc/defaults/rc.conf
1.10 +7 -0 src/etc/devd.conf
1.29 +1 -1 src/etc/rc.d/Makefile
1.1 +86 -0 src/etc/rc.d/power_profile (new)
More information about the cvs-src
mailing list