summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-05-06 23:28:37 +0000
committeradrian <adrian@FreeBSD.org>2014-05-06 23:28:37 +0000
commit8a28734c28a3a5f2cd477e8943311f1e6eaa874e (patch)
tree15f6019732d9de625f67e2d053a0082d267e6326 /etc/defaults
parenta22475dd7f672da3a636f122400b75f08834935d (diff)
downloadFreeBSD-src-8a28734c28a3a5f2cd477e8943311f1e6eaa874e.zip
FreeBSD-src-8a28734c28a3a5f2cd477e8943311f1e6eaa874e.tar.gz
Bump the default C-state to Cmax, rather than the kernel default
of C1. This may not stay through 11.0-RELEASE, but at least having it on by default in -HEAD will expose (more) issues with broken hardware. Note: I have no plans or desire to MFC this to stable/10.
Diffstat (limited to 'etc/defaults')
-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 35beeff..aa19b30 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -642,9 +642,9 @@ devfs_system_ruleset="" # The name (NOT number) 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))
devfs_load_rulesets="YES" # Enable to always load the default rulesets
-performance_cx_lowest="HIGH" # Online CPU idle state
+performance_cx_lowest="Cmax" # Online CPU idle state
performance_cpu_freq="NONE" # Online CPU frequency
-economy_cx_lowest="HIGH" # Offline CPU idle state
+economy_cx_lowest="Cmax" # 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
OpenPOWER on IntegriCloud