diff options
author | njl <njl@FreeBSD.org> | 2005-02-27 04:05:50 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2005-02-27 04:05:50 +0000 |
commit | 10f6e11df5cf74b50462bbafe56bd59848b7887f (patch) | |
tree | 48d4178d05df3dcb891208c0868b6624de65445b /etc/defaults | |
parent | 0dae5d8c1d1ea90f8518e5d25c44ab7bb0d82ace (diff) | |
download | FreeBSD-src-10f6e11df5cf74b50462bbafe56bd59848b7887f.zip FreeBSD-src-10f6e11df5cf74b50462bbafe56bd59848b7887f.tar.gz |
Due to a couple complaints about C3 failing on an old Compaq Armada and
a mobile Celeron, disable it by default for the release. We'll have to
nail the last few cases later.
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 674c7e5..a876378 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -472,9 +472,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 |