--- src/sys/i386/conf/Attic/LINT 2004/07/26 16:30:16 1.33 +++ src/sys/i386/conf/Attic/LINT 2004/07/27 08:09:55 1.34 @@ -172,6 +172,12 @@ cpu I686_CPU # aka Pentium Pro(tm) # # CPU_DISABLE_SSE disables SSE/MMX2 instructions support. # +# CPU_ENABLE_TCC enables Thermal Control Circuitry (TCC) found in some +# Pentium(tm) 4 and (possibly) later CPUs. When enabled and detected, +# TCC supports restricting power consumption using the hw.p4tcc.* +# sysctls. This operates independently of SpeedStep and is useful on +# systems where other mechanisms such as apm(4) or acpi(4) don't work. +# # CPU_FASTER_5X86_FPU enables faster FPU exception handler. # # CPU_I486_ON_386 enables CPU cache on i486 based CPU upgrade products @@ -237,6 +243,7 @@ options CPU_BTB_EN options CPU_DIRECT_MAPPED_CACHE options CPU_DISABLE_5X86_LSSER options CPU_ELAN +options CPU_ENABLE_TCC options CPU_DISABLE_SSE options CPU_FASTER_5X86_FPU options CPU_I486_ON_386