From owner-freebsd-questions@FreeBSD.ORG Wed Apr 11 22:06:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E13F106566C for ; Wed, 11 Apr 2012 22:06:41 +0000 (UTC) (envelope-from ueber@roladder.net) Received: from mail.roladder.net (roladder.net [46.4.18.72]) by mx1.freebsd.org (Postfix) with ESMTP id 1692C8FC12 for ; Wed, 11 Apr 2012 22:06:41 +0000 (UTC) Received: by mail.roladder.net (Postfix, from userid 65534) id F36452555939; Thu, 12 Apr 2012 00:01:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on roladder.net X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 Received: from [192.168.1.3] (p4FE17384.dip.t-dialin.net [79.225.115.132]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.roladder.net (Postfix) with ESMTPSA id 9D0DE255557B for ; Thu, 12 Apr 2012 00:01:22 +0200 (CEST) Message-ID: <4F85FF2E.3000309@roladder.net> Date: Thu, 12 Apr 2012 00:01:18 +0200 From: Florian Unglaub User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Intel turbo mode support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2012 22:06:41 -0000 Hi, I've stumbled upon http://goo.gl/Aq6Vd in the freebsd-current mailling list and started investigating if turbo mode is working on my i7 860 here. The CPU stock frequency is 2.8GHZ which is the maximum that dev.cpu.0.freq_levels reports (powerd is enabled). According to the link above, freq_levels should show a maximum frequency of 2801 if turbo mode is working. The patch above was MFC'ed quite a while ago. I updated to 9-stable yesterday and it looks like the turbo is not working. dev.cpu.0.freq is at max. 2.8GHz, even if I am using some CPU stress testing utilities (like burnP6). I'm really thankful for any input on this matter. Florian.