Date: Sun, 18 Jan 2004 13:06:57 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 p4tcc.c src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES Message-ID: <200401182106.i0IL6vXk074268@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2004/01/18 13:06:57 PST
FreeBSD src repository
Modified files:
sys/conf options.i386 files.i386
sys/i386/conf NOTES
Added files:
sys/i386/i386 p4tcc.c
Log:
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
Revision Changes Path
1.463 +1 -0 src/sys/conf/files.i386
1.208 +1 -0 src/sys/conf/options.i386
1.1115 +7 -0 src/sys/i386/conf/NOTES
1.1 +244 -0 src/sys/i386/i386/p4tcc.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401182106.i0IL6vXk074268>
