summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2006-08-05 20:28:50 +0000
committernjl <njl@FreeBSD.org>2006-08-05 20:28:50 +0000
commitc8bd6b0fed0a7429822838ddf4ce558e41526952 (patch)
treedfe8b2a0b14ba7c1195f8a5da16582cfe0d0a36b /etc
parent3aec549f3a4a1247d349c29d17af5db1d372ebb4 (diff)
downloadFreeBSD-src-c8bd6b0fed0a7429822838ddf4ce558e41526952.zip
FreeBSD-src-c8bd6b0fed0a7429822838ddf4ce558e41526952.tar.gz
Back out 1.272. The LAPIC timer conflicts with C2/3 on various systems,
and so users get hangs until interrupts are generated another way. We'll have to find a way to make the 2 work together before re-enabling this 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 799dff90..e99072e 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -516,9 +516,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="LOW" # Online CPU idle state
+performance_cx_lowest="HIGH" # Online CPU idle state
performance_cpu_freq="NONE" # Online CPU frequency
-economy_cx_lowest="LOW" # Offline CPU idle state
+economy_cx_lowest="HIGH" # 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