mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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.
This commit is contained in:
parent
a4bc5ae534
commit
d7df8235b0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue