summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2015-01-11 17:10:07 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2015-01-11 17:10:07 +0000
commitd454042db9ed752fe37a9a4a5ec7ca799238f188 (patch)
treef6cace6d996390638a4657887638e3324f92a71b /sys/i386
parenta1a2ff06ed1553abade4ff3177c6472983b79ba6 (diff)
downloadFreeBSD-src-d454042db9ed752fe37a9a4a5ec7ca799238f188.zip
FreeBSD-src-d454042db9ed752fe37a9a4a5ec7ca799238f188.tar.gz
MFC r265329:
Disable ACPI and P4TCC throttling by default, following discussion on freebsd-current. These CPU speed control techniques are usually unhelpful at best. For now, continue building the relevant code into GENERIC so that it can trivially be re-enabled at runtime if anyone wants it. Relnotes: yes
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC.hints2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints
index 98c906d..fb30240 100644
--- a/sys/i386/conf/GENERIC.hints
+++ b/sys/i386/conf/GENERIC.hints
@@ -39,3 +39,5 @@ hint.attimer.0.at="isa"
hint.attimer.0.port="0x40"
hint.attimer.0.irq="0"
hint.wbwd.0.at="isa"
+hint.acpi_throttle.0.disabled="1"
+hint.p4tcc.0.disabled="1"
OpenPOWER on IntegriCloud