From owner-freebsd-current@FreeBSD.ORG Sat May 18 14:09:39 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 7E64EDD1 for ; Sat, 18 May 2013 14:09:39 +0000 (UTC) (envelope-from micchie@sfc.wide.ad.jp) Received: from mail.sfc.wide.ad.jp (ns.sfc.wide.ad.jp [IPv6:2001:200:0:8803:203:178:142:143]) by mx1.freebsd.org (Postfix) with ESMTP id 58524263 for ; Sat, 18 May 2013 14:09:39 +0000 (UTC) Received: from [192.168.144.193] (dozen.neclab.eu [195.37.70.136]) by mail.sfc.wide.ad.jp (Postfix) with ESMTPSA id 0D5912780B4 for ; Sat, 18 May 2013 23:09:36 +0900 (JST) From: Michio Honda Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Changing CPU frequency for Xeon processors Date: Sat, 18 May 2013 16:09:31 +0200 Message-Id: <1280DF1A-1DAC-43F1-A62D-B4DC9378FF88@sfc.wide.ad.jp> To: current@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) 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 14:09:39 -0000 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=3D773: Device not configured"). Do you have any idea to change CPU frequency for this CPU? Cheers, - Michio