From owner-freebsd-stable@FreeBSD.ORG Fri May 22 07:34:21 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F3F73BD for ; Fri, 22 May 2015 07:34:21 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC4F11A5E for ; Fri, 22 May 2015 07:34:20 +0000 (UTC) Received: from moby.local ([94.216.163.228]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0Lu8Ri-1ZKHI30foc-011W11 for ; Fri, 22 May 2015 09:34:13 +0200 Message-ID: <555EDBBB.4090107@gmx.com> Date: Fri, 22 May 2015 09:33:15 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: CPU frequency doesn't drop below 1200MHz (like it used to) References: <555C71C8.4080007@gmx.com> In-Reply-To: <555C71C8.4080007@gmx.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:axMH9z3LGLBXx67A5fq+OG4jIF5kekg3V4a6SjHt9Wiz0aifEpU hzUCVVsfNRgR2bZ2ls1ASIL6I8kEi8a6GtZH8+dtiDSGGe74aHD+89/fuEZ2dEuNjnHgUl7 tQO8E4pRI4ddWCIbhw0sdNbqJoTn4v1NzvCAtOy+d7tE5qk8AL8gdu4toSECjp7hF81A+DT 05GSYjIzOT8OyTz3ZWweg== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 22 May 2015 07:34:21 -0000 Hi, I just noticed that my CPU's frequency doesn't support dropping below 1200MHz. It used to be able to go down to 150MHz, if I am not mistaken. I'd like it to go down to 600MHz via powerd, like it used to go. This is a month's old 10-STABLE. > [nik@moby ~]$ sysctl dev.cpu.0.freq_levels > dev.cpu.0.freq_levels: 2400/35000 2300/32872 2200/31127 2100/29417 2000/27740 1900/26096 1800/24490 1700/22588 1600/21045 1500/19534 1400/18055 1300/16611 1200/15194 This is the CPU: > hw.model: Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz Thanks in advance for any ideas, Nikos