From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 16:44:53 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 DC6F316A41F for ; Thu, 8 Sep 2005 16:44:53 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89AAD43D45 for ; Thu, 8 Sep 2005 16:44:53 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1EDPW0-0002Dq-00; Thu, 08 Sep 2005 18:44:44 +0200 Date: Thu, 8 Sep 2005 18:44:44 +0200 To: William Lam Message-ID: <20050908164444.GF23635@poupinou.org> References: <287c9df30509080919479754dd@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <287c9df30509080919479754dd@mail.gmail.com> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-current@freebsd.org Subject: Re: cpufreq & Pentium III-M X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 08 Sep 2005 16:44:54 -0000 On Thu, Sep 08, 2005 at 12:19:43PM -0400, William Lam wrote: > Hi, I'm having some problems with cpu throttling on my Portege 2010 on > -current. On or off AC the CPU is always at maximum clockrate. > > dev.cpu.0.%desc: ACPI CPU > dev.cpu.0.%driver: cpu > dev.cpu.0.%location: handle=\_PR_.CPU0 > dev.cpu.0.%pnpinfo: _HID=none _UID=0 > dev.cpu.0.%parent: acpi0 > dev.cpu.0.freq: 866 > dev.cpu.0.freq_levels: 866/22000 400/9800 > > Trying to set dev.cpu.0.freq to 400 only displays this on the console: > > acpi_perf0: Px transition to 400 failed > acpi_perf0: set freq failed, err 6 I doubt acpi_perf can handle this processor indeed, but I may be wrong. Could you please send me the output from acpidump -dt? > Disabling acpi_perf with hint.acpi_perf.0.disabled=1 dosn't have any effect. What about hint.acpi_perf.0.disabled="1"? Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.