aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2006-01-29 05:51:58 +0000
committerNate Lawson <njl@FreeBSD.org>2006-01-29 05:51:58 +0000
commit410d3bd3ace8c1c4fcf2508c8f8aee75ce46c2fb (patch)
tree201712d0d4ce7b2dcd9cbe71275e9d74bfdf20a0 /etc
parentb9d43dd3840ca2640b00aa6c3a661f0673a8ba9f (diff)
downloadsrc-410d3bd3ace8c1c4fcf2508c8f8aee75ce46c2fb.tar.gz
src-410d3bd3ace8c1c4fcf2508c8f8aee75ce46c2fb.zip
Enable the lowest Cx state by default. This will save power and we have
had enough testing of acpi_cpu to know this is stable now.
Notes
Notes: svn path=/head/; revision=154976
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 8407c333d183..54dc0c41b9f3 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -528,9 +528,9 @@ devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing
devfs_system_ruleset="" # The name of a ruleset to apply to /dev
devfs_set_rulesets="" # A list of /mount/dev=ruleset_name settings to
# apply (must be mounted already, i.e. fstab(5))
-performance_cx_lowest="HIGH" # Online CPU idle state
+performance_cx_lowest="LOW" # Online CPU idle state
performance_cpu_freq="NONE" # Online CPU frequency
-economy_cx_lowest="HIGH" # Offline CPU idle state
+economy_cx_lowest="LOW" # Offline CPU idle state
economy_cpu_freq="NONE" # Offline CPU frequency
virecover_enable="YES" # Perform housekeeping for the vi(1) editor
ugidfw_enable="NO" # Load mac_bsdextended(4) rules on boot