summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-04-03 21:45:20 +0000
committernjl <njl@FreeBSD.org>2005-04-03 21:45:20 +0000
commit8e90cdc27be6a36d3316a10c4f29cf3159ec670c (patch)
treed382ce9cb7643eebe5e9f4d638ac98549d8f6580 /etc
parentb8c5a800b0ae7c52b6b7ce2f6b7000cdae75e232 (diff)
downloadFreeBSD-src-8e90cdc27be6a36d3316a10c4f29cf3159ec670c.zip
FreeBSD-src-8e90cdc27be6a36d3316a10c4f29cf3159ec670c.tar.gz
Instead of leaving the current frequency setting at whatever the BIOS set
on boot, force it to HIGH. This is needed for some systems which appear to boot with a low acpi_throttle setting by default. Thanks to Christian Brueffer for tracking this down on his system. MFC after: 1 day
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 384be74..e2a9b9c 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -474,9 +474,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="HIGH" # Online CPU idle state
-performance_cpu_freq="NONE" # Online CPU frequency
+performance_cpu_freq="HIGH" # Online CPU frequency
economy_cx_lowest="HIGH" # Offline CPU idle state
-economy_cpu_freq="NONE" # Offline CPU frequency
+economy_cpu_freq="HIGH" # 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