From owner-cvs-all@FreeBSD.ORG Mon Nov 17 09:51:46 2003 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 7664F16A4CE for ; Mon, 17 Nov 2003 09:51:46 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8445D43FA3 for ; Mon, 17 Nov 2003 09:51:44 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 60609 invoked by uid 1000); 17 Nov 2003 17:51:45 -0000 Date: Mon, 17 Nov 2003 09:51:45 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: Message-ID: <20031117095013.T60600@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpi_cpu.c src/share/man/man4 acpi.4 src/sys/conf files src/sys/modules/acpi Makefile 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: Mon, 17 Nov 2003 17:51:46 -0000 On Mon, 17 Nov 2003, John Baldwin wrote: > On 15-Nov-2003 Nate Lawson wrote: > > njl 2003/11/15 11:26:06 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica acpi_cpu.c > > share/man/man4 acpi.4 > > sys/conf files > > sys/modules/acpi Makefile > > Log: > > Implement Cx CPU idle states and updated throttling support. > > > > * Use the cpu_idle_hook() to do idling for C1-C3. > > * Use both _CST and the FADT to detect Cx states. > > * Use both _PTC and P_CNT for controlling throttling. > > * Add a notify handler to detect changes in _CST and _PSS > > * Call the _INI function for each processor if present. This will be > > done by ACPI-CA in the future. > > * Fix a bug on SMP systems where CPUs will attach multiple times if the > > bus is rescan. > > * Document new sysctls for controlling idling. > > Cool! Thanks for your help, as well as marcel and imp. I'd appreciate testing of the various levels of cx_lowest as well as on SMP boxes. I can't find one that supports lower than C1 but hopefully there will be some in the future. Send me the output of sysctl hw.acpi.cpu. -Nate