From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 16:16:40 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EFD216A4CF for ; Fri, 21 Nov 2003 16:16:40 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B165643F85 for ; Fri, 21 Nov 2003 16:16:39 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 76603 invoked by uid 1000); 22 Nov 2003 00:16:41 -0000 Date: Fri, 21 Nov 2003 16:16:41 -0800 (PST) From: Nate Lawson To: Lukas Ertl In-Reply-To: <20031122005506.S623@korben.in.tern> Message-ID: <20031121161425.A76600@root.org> References: <20031118094821.T64353@root.org> <20031118221008.U621@korben.in.tern> <20031118131708.C64933@root.org> <20031118223352.W634@korben.in.tern> <20031120125407.L414@pcle2.cc.univie.ac.at> <20031121135507.H76145@root.org> <20031122005506.S623@korben.in.tern> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Updated acpi_cpu patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 00:16:40 -0000 On Sat, 22 Nov 2003, Lukas Ertl wrote: > On Fri, 21 Nov 2003, Nate Lawson wrote: > > > Those are what is more interesting. Also, can you send me your sysctl > > hw.acpi.cpu.cx_history after you've used it for a while with the maximum > > cx_lowest setting? > > hw.acpi.cpu.cx_supported: C1/1 C2/1 C3/85 C3/185 > hw.acpi.cpu.cx_lowest: 3 > hw.acpi.cpu.cx_history: 0/0 1143097/0 0/0 0/0 > > This is after 1:22h doing things like eMail, web surfing, IRC... Ah, I see the C3 states aren't being used. If you are playing mp3s or have usb enabled in your kernel, they won't be used (because we can't use them when bus mastering transfers are active.) Try making usb a module and not loading it and test this again. I've been working on a change to USB to disable polling for devices when we are attempting to sleep in idle but this may take a while. -Nate