From owner-freebsd-stable@FreeBSD.ORG Fri Sep 11 01:25:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 428FE1065670 for ; Fri, 11 Sep 2009 01:25:08 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 052918FC2E for ; Fri, 11 Sep 2009 01:25:07 +0000 (UTC) Received: by email.octopus.com.au (Postfix, from userid 1002) id 4541C17E52; Fri, 11 Sep 2009 11:26:41 +1000 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 Received: from [10.1.50.60] (ppp121-44-45-252.lns10.syd7.internode.on.net [121.44.45.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 63A211725C; Fri, 11 Sep 2009 11:26:37 +1000 (EST) Message-ID: <4AA9A67F.6060800@modulus.org> Date: Fri, 11 Sep 2009 11:23:11 +1000 From: Andrew Snow User-Agent: Thunderbird 2.0.0.14 (X11/20080523) MIME-Version: 1.0 To: Pierre-Luc Drouin , freebsd-stable@freebsd.org References: <4AA9A07C.4050200@pldrouin.net> In-Reply-To: <4AA9A07C.4050200@pldrouin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: How to enable CPU turbo mode on FreeBSD? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 01:25:08 -0000 Pierre-Luc Drouin wrote: > I have an overclocked i7 920 CPU for which I have enabled Turbo Mode in > the BIOS (21x multiplier). The base clock is set at 190 MHz, so the CPU > frequency with Turbo mode activated should be 3990 MHz. However the > maximum value FreeBSD amd64 shows for the CPU frequency in dmesg and > sysctl is 3790 MHz. How can I enable the Turbo Mode? The turbo mode doesn't show up in dmesg or sysctl, it dynamically overclocks inside the CPU. Also, some motherboards silently disable turbo mode when you overclock the base clock. You may need to use a benchmark running on 1 vs 4 cores to see if turbo mode is having any effect. - Andrew