From owner-freebsd-acpi@FreeBSD.ORG Thu Apr 2 02:55:50 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92CC1106564A for ; Thu, 2 Apr 2009 02:55:50 +0000 (UTC) (envelope-from pldrouin@pldrouin.net) Received: from smtp.cyberfingers.net (smtp.cyberfingers.net [198.177.254.227]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2548FC0C for ; Thu, 2 Apr 2009 02:55:50 +0000 (UTC) (envelope-from pldrouin@pldrouin.net) Received: from mdaemon.pldrouin.net (CPE004005bd9ec2-CM001a666aca96.cpe.net.cable.rogers.com [173.32.136.136]) by smtp.cyberfingers.net (Postfix) with ESMTP id BC574AB6C16; Wed, 1 Apr 2009 22:55:49 -0400 (EDT) Message-ID: <49D42934.5050408@pldrouin.net> Date: Wed, 01 Apr 2009 22:55:48 -0400 From: Pierre-Luc Drouin User-Agent: Thunderbird 2.0.0.21 (X11/20090321) MIME-Version: 1.0 To: Nate Lawson References: <49D42118.6030206@pldrouin.net> <49D425E9.4030700@root.org> In-Reply-To: <49D425E9.4030700@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: Wrong dev.cpu.0.freq_levels values X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 02:55:50 -0000 Hi, I understand that there are more levels than there used to be because of the new driver, but why is the maximum 1500 now instead of 2000? Doesn't it mean that the maximum frequency set by powerd is now 1500 MHz instead of 2000 GHz? Thanks! Nate Lawson wrote: > Pierre-Luc Drouin wrote: > >> Hello, >> >> I have noticed that FreeBSD gets the wrong CPU frequency levels for my >> Pentium M 2GHz. It used to work correctly with older versions of >> FreeBSD, but I noticed that this was not working properly when I >> installed 7.1 and this is still not working with -stable: >> >> > > >> dev.cpu.0.freq: 1500 >> dev.cpu.0.freq_levels: 1500/-1 1312/-1 1200/-1 1050/-1 1000/-1 875/-1 >> 800/-1 700/-1 600/-1 525/-1 450/-1 375/-1 300/-1 225/-1 150/-1 75/-1 >> dev.est.0.%desc: Enhanced SpeedStep Frequency Control >> dev.est.0.freq_settings: 1500/-1 1200/-1 1000/-1 800/-1 600/-1 >> >> Is there a way to fix this? >> > > There's nothing wrong. You just got more levels using p4tcc (another > cpufreq device). So use it as-is, or disable the p4tcc driver and > acpi_throttle drivers. > >