From owner-freebsd-current@FreeBSD.ORG Sat May 18 20:14:22 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 56B472AB for ; Sat, 18 May 2013 20:14:22 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD8016C for ; Sat, 18 May 2013 20:14:21 +0000 (UTC) Received: from latitude.home.vangyzen.net (unknown [137.122.64.67]) by smtp.vangyzen.net (Postfix) with ESMTP id 9474F5641F; Sat, 18 May 2013 15:07:24 -0500 (CDT) Message-ID: <5197DF7C.1040305@vangyzen.net> Date: Sat, 18 May 2013 16:07:24 -0400 From: Eric van Gyzen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Michio Honda Subject: Re: Changing CPU frequency for Xeon processors References: <1280DF1A-1DAC-43F1-A62D-B4DC9378FF88@sfc.wide.ad.jp> In-Reply-To: <1280DF1A-1DAC-43F1-A62D-B4DC9378FF88@sfc.wide.ad.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 18 May 2013 20:14:22 -0000 On 05/18/2013 10:09 AM, Michio Honda wrote: > Hi, > > I'm trying to experiment with downclocking CPU. > My environment is 10.0-CURRENT amd64. > > However, my CPU (Xeon E31220) seems not to be supported by the cpufreq module, thus dmesg shows: > est0: on cpu0 > est: CPU supports Enhanced Speedstep, but is not recognized. > > As a result, although sysctl -a shows the list of available frequency values (dev.cpu.0.freq_levels: 3093/-1 2706/-1 2319/-1 1933/-1 1546/-1 1159/-1 773/-1 386/-1 > dev.), I cannot set the value (the error message is "sysctl: dev.cpu.0.freq=773: Device not configured"). > > Do you have any idea to change CPU frequency for this CPU? In my experience, the "not recognized" message indicates that the feature is not enabled in the BIOS. Eric