summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-26 21:01:22 +0000
committernjl <njl@FreeBSD.org>2005-02-26 21:01:22 +0000
commitf26bab271bcfd07ba413b85819e8da2568b46cda (patch)
tree03a4bf5aa246d628b06fb2dd48e2532ed0765388 /etc
parentbedad858af982d70e2211fc847fd66847f2d9a17 (diff)
downloadFreeBSD-src-f26bab271bcfd07ba413b85819e8da2568b46cda.zip
FreeBSD-src-f26bab271bcfd07ba413b85819e8da2568b46cda.tar.gz
Make power_profile not touch cpufreq by default.
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 68ba2fc..0362665 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -471,9 +471,9 @@ 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="LOW" # Online CPU idle state
-performance_cpu_freq="HIGH" # Online CPU frequency
+performance_cpu_freq="NONE" # Online CPU frequency
economy_cx_lowest="LOW" # Offline CPU idle state
-economy_cpu_freq="HIGH" # Offline CPU frequency
+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
bsdextended_script="/etc/rc.bsdextended" # Default mac_bsdextended(4)
OpenPOWER on IntegriCloud