summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2004-01-18 21:06:56 +0000
committersobomax <sobomax@FreeBSD.org>2004-01-18 21:06:56 +0000
commit9b2b699a8fb552eba62fd0727edb13222390107d (patch)
treebf6028ce1324596dc8af429a5b4bd42b151af156 /sys/conf/options.i386
parentf23872a5c565b1e5fcf00b2fbddf0856ae69a02b (diff)
downloadFreeBSD-src-9b2b699a8fb552eba62fd0727edb13222390107d.zip
FreeBSD-src-9b2b699a8fb552eba62fd0727edb13222390107d.tar.gz
Add new CPU_ENABLE_TCC option, from NOTES:
CPU_ENABLE_TCC enables Thermal Control Circuitry (TCC) found in some Pentium(tm) 4 and (possibly) later CPUs. When enabled and detected, TCC allows to restrict power consumption by using machdep.cpuperf* sysctls. This operates independently of SpeedStep and is useful on systems where other mechanisms such as apm(4) or acpi(4) don't work. Given the fact that many, even modern, notebooks don't work properly with Intel ACPI, this is indeed very useful option for notebook owners. Obtained from: OpenBSD MFC after: 2 weeks
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r--sys/conf/options.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 8c828bb..0ae3639 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -52,6 +52,7 @@ CPU_ELAN opt_cpu.h
CPU_ELAN_XTAL opt_cpu.h
CPU_ELAN_PPS opt_cpu.h
CPU_ENABLE_SSE opt_cpu.h
+CPU_ENABLE_TCC opt_cpu.h
CPU_FASTER_5X86_FPU opt_cpu.h
CPU_GEODE opt_cpu.h
CPU_I486_ON_386 opt_cpu.h
OpenPOWER on IntegriCloud