From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 25 10:00:14 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1073B106564A for ; Thu, 25 Mar 2010 10:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F3C1C8FC14 for ; Thu, 25 Mar 2010 10:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2PA0Dpw078628 for ; Thu, 25 Mar 2010 10:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2PA0DSj078610; Thu, 25 Mar 2010 10:00:13 GMT (envelope-from gnats) Date: Thu, 25 Mar 2010 10:00:13 GMT Message-Id: <201003251000.o2PA0DSj078610@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Alexander Best Cc: Subject: Re: kern/140361: [cpufreq] speed-stepping broken on PhenomII (acpi?) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2010 10:00:14 -0000 The following reply was made to PR kern/140361; it has been noted by GNATS. From: Alexander Best To: Cc: Hannes Subject: Re: kern/140361: [cpufreq] speed-stepping broken on PhenomII (acpi?) Date: Thu, 25 Mar 2010 10:51:16 +0100 (CET) i don't think you're looking at the right sysctl values. you should be checking `sysctl dev.cpu.0.freq dev.cpu.0.freq_levels`. 'dev.cpu.0.freq_levels' tells you what steppings are available and 'dev.cpu.0.freq' which current stepping your cpu is using. also be sure you're running powerd (`/etc/rc.d/powerd onestart`). i'm not an expert on est though. `dmesg -a|egrep '^est[0-9]*'` reports: est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 925092506000925 est1: on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 925092506000925 on my machine so i'm not sure how much powersaving is really being performed. your cpu might report the same. anyway it's probably better to send a message to stable@. -- Alexander Best