From owner-freebsd-stable@FreeBSD.ORG Mon Feb 26 11:45:51 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C232816A401 for ; Mon, 26 Feb 2007 11:45:51 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.freebsd.org (Postfix) with ESMTP id 3E75613C471 for ; Mon, 26 Feb 2007 11:45:47 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from pc149.host50.starman.ee ([62.65.242.149] helo=[192.168.2.100]) by a5.virtuaal.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HLeIX-0003UL-U9 for freebsd-stable@freebsd.org; Mon, 26 Feb 2007 13:45:42 +0200 From: Andrei Kolu To: freebsd-stable@freebsd.org Date: Mon, 26 Feb 2007 13:45:39 +0200 User-Agent: KMail/1.9.5 References: <200702170947.49001.lofi@freebsd.org> <45E04B59.2010009@vwsoft.com> <200702241951.52154.antik@bsd.ee> In-Reply-To: <200702241951.52154.antik@bsd.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702261345.40058.antik@bsd.ee> X-Virtuaalcom-MailScanner-Information: Please contact the ISP for more information X-Virtuaalcom-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Virtuaalcom-MailScanner-SpamCheck: X-Virtuaalcom-MailScanner-From: antik@bsd.ee X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Pentium 640 and Enhanced SpeedStep X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 11:45:51 -0000 On Saturday 24 February 2007 7:51 pm, Andrei Kolu wrote: > FreeBSD 6.1-RELEASE-p11 > Motherboard: Supermicro P8SCi > CPU: Pentium 4 640 > > I have HyperThreading enabled... > > Enabling "powerd" gave me this error message: > > est0: on cpu0 > est1: on cpu1 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: Please update driver or contact the maintainer. > est: cpu_vendor GenuineIntel, msr 102d0000102d, bus_clk, 64 > device_attach: est1 attach returned 6 OK, I figured it out by myself. Added cpufreq_load="YES" into /boot/loader.conf but got error: est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: Please update driver or contact the maintainer. est: cpu_vendor GenuineIntel, msr 102d0000102d, bus_clk, 64 device_attach: est1 attach returned 6 p4tcc1: on cpu1 BUT> # sysctl -a | grep dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU0 dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 2450 dev.cpu.0.freq_levels: 3200/88000 2800/75000 2450/65625 2400/63000 2100/55125 1800/47250 1500/39375 1200/31500 900/23625 dev.cpu.1.%desc: ACPI CPU dev.cpu.1.%driver: cpu dev.cpu.1.%location: handle=\_PR_.CPU1 dev.cpu.1.%pnpinfo: _HID=none _UID=0 dev.cpu.1.%parent: acpi0 dev.cpufreq.0.%driver: cpufreq dev.cpufreq.0.%parent: cpu0 dev.cpufreq.1.%driver: cpufreq dev.cpufreq.1.%parent: cpu1 It works or not, I run "openssl speed" and my CPU is fully loaded but freq_levels shows me only 2450..