From owner-freebsd-hackers@freebsd.org Thu Aug 6 10:38:24 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43D699B5ECC for ; Thu, 6 Aug 2015 10:38:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A3121BA1 for ; Thu, 6 Aug 2015 10:38:24 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (75-48-78-19.lightspeed.cncrca.sbcglobal.net [75.48.78.19]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 24E49B918; Thu, 6 Aug 2015 06:38:22 -0400 (EDT) From: John Baldwin To: Mario Lobo Cc: freebsd-hackers@freebsd.org, "Herbert J. Skuhra" Subject: Re: Gigabyte 970A-UD3P and hwpstate problem Date: Thu, 06 Aug 2015 03:29:27 -0700 Message-ID: <3449300.xgGQFUj9M8@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-PRERELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <20150805201052.4ed76a4e@Papi> References: <20150710213752.473cb831@Papi> <2167403.C3gzAhEsMN@ralph.baldwin.cx> <20150805201052.4ed76a4e@Papi> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 06 Aug 2015 06:38:22 -0400 (EDT) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 10:38:24 -0000 On Wednesday, August 05, 2015 08:10:52 PM Mario Lobo wrote: > On Wed, 05 Aug 2015 08:39:11 -0700 > John Baldwin wrote: > > > > First check to see if there are any BIOS > > > > options to control CPU throttling that are currently disabled. > > > > > > The only BIOS option that deals with throttling is Cool'n'Quiet, > > > which is enabled. > > > > You might try checking if C1E is enabled. Also, if you have done any > > overclocking you might try disabling that. > > C1E is enable and so is C6. But, good news! > > [~]>dmesg -a | grep > hwpstate hwpstate0: on cpu0 > > dev.hwpstate.0.freq_settings: 3200/10235 2800/8393 2300/6221 1800/4471 > 1400/3135 dev.cpu.0.freq_levels: 3200/10235 2800/8393 2300/6221 > 1800/4471 1400/3135 > > There was an option in the BIOS called HPC, which stands for High Power > Ccomputing (whatever that means) that, as soon as I disabled it, > hwpstate showed up. I disabled acpi_throttle and the frequencies are > still being throttled. Ok, that definitely sounds like the solution then. -- John Baldwin