From owner-freebsd-current@FreeBSD.ORG Mon May 26 14:17:14 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D804D106566B for ; Mon, 26 May 2008 14:17:14 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 8BB2F8FC0C for ; Mon, 26 May 2008 14:17:14 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender; b=o5cunykASjN+Bfq3mQbuiwZD/8c9CroeAHyOs5ortVE7Aj7+YrnLoBAlaVg2/MIfWL8UZ8I8HeVoesU8FRT/jUZZ0/A+EQnuGDfyrVvIQV0+OO/Ob4cBz/SRChITibjFTfjGpgRBvxbOGegTFC1A0koiKqjFQDf9GCWitbSIFo8=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1K0dVg-000LXz-Oh; Mon, 26 May 2008 18:17:12 +0400 Date: Mon, 26 May 2008 18:17:11 +0400 From: Eygene Ryabinkin To: Kris Kennaway Message-ID: References: <4839B2FD.8060401@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4839B2FD.8060401@FreeBSD.org> Sender: rea-fbsd@codelabs.ru Cc: FreeBSD Current Subject: Re: est: CPU supports Enhanced Speedstep, but is not recognized. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 26 May 2008 14:17:14 -0000 Kris, good day. Sun, May 25, 2008 at 08:42:05PM +0200, Kris Kennaway wrote: > For the past few months some of my machines have reported at boot: > > cpu0: on acpi0 > est0: on cpu0 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 722072206000722 > device_attach: est0 attach returned 6 > p4tcc0: on cpu0 > cpu1: on acpi0 > est1: on cpu1 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr 722072206000722 > device_attach: est1 attach returned 6 > p4tcc1: on cpu1 > ... > (for every CPU). > > They were not previously this verbose. What is going wrong? Any chance that you have upgraded your BIOS or modified ACPI tables? This error message is present already for two years or so. What CPUs do you have? I assume it is on -CURRENT? The message comes from sys/i386/cpufreq/est.c:1066, revision 1.16. And your trouble most probably comes from est_acpi_info() that does not return the list of frequencies. I am seeing this for the dual-core Intel CPUs, but only the second core is not recognized, the first one is OK. -- Eygene