From owner-cvs-all@FreeBSD.ORG Sun Jan 18 13:06:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4727A16A4CF; Sun, 18 Jan 2004 13:06:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C4B43D31; Sun, 18 Jan 2004 13:06:57 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0IL6v0B074269; Sun, 18 Jan 2004 13:06:57 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0IL6vXk074268; Sun, 18 Jan 2004 13:06:57 -0800 (PST) (envelope-from sobomax) Message-Id: <200401182106.i0IL6vXk074268@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 18 Jan 2004 13:06:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 p4tcc.c src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 21:06:58 -0000 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)