From owner-freebsd-current@FreeBSD.ORG Wed Nov 26 21:44:37 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 BF6911065674 for ; Wed, 26 Nov 2008 21:44:37 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by mx1.freebsd.org (Postfix) with ESMTP id 848E68FC36 for ; Wed, 26 Nov 2008 21:44:37 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so619643rvf.43 for ; Wed, 26 Nov 2008 13:44:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3uWrOD7OjZfVjD97BJilAjLTMvPP/zzDs0mU+HvHvoA=; b=ZCKdnKJBlCZ4HcJSfpIpNoVRIzrGBT1LWu+K6YJBbKbB7qJuxF0f5ML6SJ4XBKhLLx QMV08jIMTAwTGciu4wqdGPYIwkcLWp8ZxVuIUBF/gfLTDq29pdC1JcfZzoMVPWzfjNPV F7ljBd12MItccO9zZD4NH5BbMD8ZAM+f5qbDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ir/5XssWx27kanXd3Xc8nQbTuGd04vglGRR1n0HYjI0G+CmBlOZ5ECQJASoNqREmKX qpsQUG9bDsdYVcQbjK6VBKxzAPOwFyiQlMVVfB+UGHyUSqmBQAfkgQPRY/ygs1Vka2BW 6z33L7tiBpo3shmg+b3NhEGxPVrifWCXx3tcc= Received: by 10.141.106.14 with SMTP id i14mr3100813rvm.143.1227735877147; Wed, 26 Nov 2008 13:44:37 -0800 (PST) Received: by 10.140.158.13 with HTTP; Wed, 26 Nov 2008 13:44:37 -0800 (PST) Message-ID: <7d6fde3d0811261344n5aaef90cj13cc695fc6db0da6@mail.gmail.com> Date: Wed, 26 Nov 2008 13:44:37 -0800 From: "Garrett Cooper" To: "Stefan Bethke" In-Reply-To: <7d6fde3d0811261342s286d70bevcae9afff0e4225ab@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <042691A3-A958-4E84-8BAA-37A340A6D531@lassitu.de> <8663mazupt.fsf@gmail.com> <7d6fde3d0811261342s286d70bevcae9afff0e4225ab@mail.gmail.com> Cc: swell.k@gmail.com, FreeBSD Current Subject: Re: est not happy about E7300? 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: Wed, 26 Nov 2008 21:44:37 -0000 On Wed, Nov 26, 2008 at 1:42 PM, Garrett Cooper wrote: > On Wed, Nov 26, 2008 at 8:52 AM, Stefan Bethke wrote: >> >> Am 26.11.2008 um 10:45 schrieb swell.k@gmail.com: >> >>> Stefan Bethke writes: >>> >>>> Got myself a new Shuttle K45 (965 chipset) with an E7300 cpu and >>>> seeing this with a kernel from yesterday: >>>> >>>> FreeBSD 8.0-CURRENT #0: Wed Nov 26 06:58:02 UTC 2008 >>>> root@lokschuppen.lassitu.de:/usr/obj/usr/src/sys/EISENBOOT >>>> Timecounter "i8254" frequency 1193182 Hz quality 0 >>>> CPU: Intel(R) Core(TM)2 Duo CPU E7300 @ 2.66GHz (2669.76-MHz K8- >>>> class CPU) >>>> Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 >>>> Features >>>> = >>>> 0xbfebfbff>>> MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> >>>> Features2 >>>> =0x8e39d >>>> AMD Features=0x20100800 >>>> AMD Features2=0x1 >>>> Cores per package: 2 >>>> usable memory = 3478437888 (3317 MB) >>>> avail memory = 3363401728 (3207 MB) >>>> ... >>>> cpu0: on acpi0 >>>> est0: on cpu0 >>>> est: CPU supports Enhanced Speedstep, but is not recognized. >>>> est: cpu_vendor GenuineIntel, msr 61a0a2006000a20 >>>> 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 61a0a2006000a20 >>>> device_attach: est1 attach returned 6 >>>> p4tcc1: on cpu1 >>>> >>>> What can I provide to make est happy? >>> >>> Perhaps, >>> hw.est.msr_info=1 # build list of cpu frequencies >>> in /boot/loader.conf? >> >> Does not appear to help, this is with boot -v: >> cpu0: on acpi0 >> cpu0: switching to generic Cx mode >> est0: on cpu0 >> est0: Guessed bus clock (high) of 266 MHz >> est0: Guessed bus clock (low) of 444 MHz >> est: CPU supports Enhanced Speedstep, but is not recognized. >> est: cpu_vendor GenuineIntel, msr 61a0a2006000a20 >> device_attach: est0 attach returned 6 >> p4tcc0: on cpu0 >> cpu1: on acpi0 >> est1: on cpu1 >> est1: Guessed bus clock (high) of 266 MHz >> est1: Guessed bus clock (low) of 444 MHz >> est: CPU supports Enhanced Speedstep, but is not recognized. >> est: cpu_vendor GenuineIntel, msr 61a0a2006000a20 >> device_attach: est1 attach returned 6 >> p4tcc1: on cpu1 >> >> >> Stefan > > Works fine for me, but I'm running a Core 2 Duo E6700 and my sources > are 5 days old. > > [gcooper@optimus ~]$ dmesg | grep Core > CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (2672.75-MHz K8-class CPU) > Cores per package: 2 > CPU: Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (2672.74-MHz K8-class CPU) > Cores per package: 2 > [gcooper@optimus ~]$ uname -a > FreeBSD optimus.gateway.2wire.net 8.0-CURRENT FreeBSD 8.0-CURRENT #7: > Mon Nov 24 21:59:24 PST 2008 > gcooper@optimus.gateway.2wire.net:/usr/obj/usr/src/sys/OPTIMUS amd64 > > est0: on cpu0 > p4tcc0: on cpu0 > cpu1: on acpi0 > est1: on cpu1 > p4tcc1: on cpu1 > > -Garrett I'd resync, rebuild and see if the issue still exists. Someone just modified the est / ACPI portions on CURRENT as of 2 hours ago: http://svn.freebsd.org/changeset/base/185341 -Garrett