From owner-cvs-src@FreeBSD.ORG Mon Oct 11 20:22:39 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 356FC16A4CE; Mon, 11 Oct 2004 20:22:39 +0000 (GMT) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B90B43D1F; Mon, 11 Oct 2004 20:22:39 +0000 (GMT) (envelope-from alc@cs.rice.edu) Received: from localhost (calypso.cs.rice.edu [128.42.1.127]) by cs.rice.edu (Postfix) with ESMTP id 4EA3E4A9A3; Mon, 11 Oct 2004 15:22:38 -0500 (CDT) Received: from cs.rice.edu ([128.42.1.30]) by localhost (calypso.cs.rice.edu [128.42.1.127]) (amavisd-new, port 10024) with LMTP id 30839-01-60; Mon, 11 Oct 2004 15:22:38 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id EF9C94A99E; Mon, 11 Oct 2004 15:22:37 -0500 (CDT) Date: Mon, 11 Oct 2004 15:22:37 -0500 From: Alan Cox To: Nate Lawson Message-ID: <20041011202237.GQ9689@cs.rice.edu> References: <200410110606.i9B66g4t036235@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410110606.i9B66g4t036235@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-Virus-Scanned: by amavis-20030616-p7 at cs.rice.edu 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 20:22:39 -0000 On Mon, Oct 11, 2004 at 06:06:42AM +0000, Nate Lawson wrote: > njl 2004-10-11 06:06:42 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_cpu.c > Log: > If bus mastering control is not available (PM2_BLK), don't just disable > C3. Instead, flush caches before entering C3. This may be slower but > provides good power savings. > > Revision Changes Path > 1.44 +28 -17 src/sys/dev/acpica/acpi_cpu.c This has pessimized the performance of my P4. For example, the "buildworld" time has increased by 30 seconds (out of ~30 minutes). Is there any information about my machine that you would like to have? Regards, Alan