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
This commit is contained in:
parent
4a02901492
commit
fde367e7e3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user