From owner-freebsd-stable@FreeBSD.ORG Sat Jan 19 13:09:29 2013 Return-Path: Delivered-To: freebsd-stable@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 AF5EFC4B for ; Sat, 19 Jan 2013 13:09:29 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 82974A86 for ; Sat, 19 Jan 2013 13:09:29 +0000 (UTC) Received: from ralph.baldwin.cx (c-68-39-198-164.hsd1.de.comcast.net [68.39.198.164]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5E730B965; Sat, 19 Jan 2013 08:09:28 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org, prabhpal@digital-infotech.net Subject: Re: Failed to attach P_CNT - FreeBSD 9.1 RC3 Date: Sat, 19 Jan 2013 07:26:16 -0500 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201301190726.16486.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sat, 19 Jan 2013 08:09:28 -0500 (EST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 13:09:29 -0000 On Sunday, November 04, 2012 05:56:33 AM Shiv. Nath wrote: > Dear FreeBSD Community Friends, > > It is FreeBSD 9.1 RC3, i get the following warning in the message log > file. i need assistance to understand the meaning of this error, how > serious is it? > > acpi_throttle23: failed to attach P_CNT On newer CPUs that use est you don't want to use acpi_throttle anyway so you can ignore the errors. (est gives you power savings when it lowers your CPU speed, acpi_throttle generally does not, it only helps with lowering the temperature) -- John Baldwin