From owner-freebsd-current@FreeBSD.ORG Thu Feb 24 20:59:44 2005 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 D434216A4CE; Thu, 24 Feb 2005 20:59:44 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 904C443D58; Thu, 24 Feb 2005 20:59:44 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j1OKxgZj016713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 24 Feb 2005 12:59:43 -0800 Message-ID: <421E403E.7040804@root.org> Date: Thu, 24 Feb 2005 12:59:42 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Morten Rodal References: <42068A5C.1030300@root.org> <200502191911.36228.morten@rodal.no> <421CD87C.70803@root.org> <200502241710.44321.morten@rodal.no> In-Reply-To: <200502241710.44321.morten@rodal.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: acpi@freebsd.org cc: current@freebsd.org Subject: Re: HEADSUP: cpufreq import complete, acpi_throttling changed 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: Thu, 24 Feb 2005 20:59:45 -0000 Morten Rodal wrote: > On Wednesday 23 February 2005 20:24, Nate Lawson wrote: > The issue is partly fixed. I now see the following frequency levels if, > and only if, I booted the laptop on battery power: > > # sysctl dev.cpu.0.freq_levels > dev.cpu.0.freq_levels: 1200/0 1050/0 900/0 787/0 750/0 656/0 600/0 562/0 > 525/0 450/0 393/0 337/0 300/0 262/0 225/0 187/0 150/0 112/0 75/0 37/0 > > Note that the native processor speed (1700 MHz) is not listed, and setting > the speed below 150 hard-hangs/freezes the laptop. Not sure we can fix this one. It appears some very low clock rates hang some systems. Can you test with SCHED_4BSD? > When booting with AC-power the laptop does not report any freq{,_levels}. > It does not matter if I remove the AC-power once the computer is up and > running, I always get this: > > # sysctl dev.cpu.0.freq > dev.cpu.0.freq: -1 I just committed a fix for this. -- Nate