From owner-freebsd-current@FreeBSD.ORG Fri Sep 16 05:58:00 2011 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 CB3391065672; Fri, 16 Sep 2011 05:58:00 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 848948FC12; Fri, 16 Sep 2011 05:58:00 +0000 (UTC) Received: by iadk27 with SMTP id k27so3118894iad.13 for ; Thu, 15 Sep 2011 22:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:x-priority:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=KK1EOgbYkXW9zEyywUJS/LfA1omAdlJ25Uaio9pH26w=; b=ow9zXSNAqgzsBPQ9Q0uGaNT2JarKN7H+27Sxro6mp84RdNhDWvLROAHCq+76Abl/jd QkIfjUjke7C0YgyXpZrT8uOlFkDKKq4v5qdg5vKdf0RBAQ+EtA7jSMQ0fEGBjGSOoFVl +uRwI6oWh4+1BIvlsNhCSBz4VR/YVtr7pn3gM= Received: by 10.42.161.10 with SMTP id r10mr1164226icx.6.1316152679900; Thu, 15 Sep 2011 22:57:59 -0700 (PDT) Received: from starr-wireless.local (c-24-6-49-154.hsd1.ca.comcast.net. [24.6.49.154]) by mx.google.com with ESMTPS id o5sm7914673ibu.12.2011.09.15.22.57.56 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Sep 2011 22:57:59 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=koi8-r From: Garrett Cooper X-Priority: 3 (Normal) In-Reply-To: <672381881.20110916092157@serebryakov.spb.ru> Date: Thu, 15 Sep 2011 22:57:55 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <19E6ACF0-D03E-4744-B341-A841D50A74B5@gmail.com> References: <672381881.20110916092157@serebryakov.spb.ru> To: lev@FreeBSD.org X-Mailer: Apple Mail (2.1084) Cc: FreeBSD-Current , Arnaud Lacombe Subject: Re: 9.0-BETA2 do not support SpeedStep on old Core2Duo E4500 too 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: Fri, 16 Sep 2011 05:58:01 -0000 On Sep 15, 2011, at 10:21 PM, Lev Serebryakov wrote: > Hello, Arnaud. > You wrote 16 =D3=C5=CE=D4=D1=C2=D2=D1 2011 =C7., 1:19:29: >=20 >=20 > CPU: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz (2200.09-MHz = K8-class CPU) > Origin =3D "GenuineIntel" Id =3D 0x6fd Family =3D 6 Model =3D f = Stepping =3D 13 > = Features=3D0xbfebfbff > Features2=3D0xe39d= > AMD Features=3D0x20100800 > AMD Features2=3D0x1 > TSC: P-state invariant > .... > coretemp0: on cpu0 > est0: on cpu0 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr b280b2806000b28 > device_attach: est0 attach returned 6 > p4tcc0: on cpu0 > coretemp1: on cpu1 > est1: on cpu1 > est: CPU supports Enhanced Speedstep, but is not recognized. > est: cpu_vendor GenuineIntel, msr b280b2806000b28 > device_attach: est1 attach returned 6 > p4tcc1: on cpu1 Like Andriy suggested, it might be an ACPI issue because it = works just fine on these machines running 9.0-BETA2: $ dmesg | egrep 'Pentium|Xeon|^(coretemp|p4tcc|est)' CPU: Pentium(R) Dual-Core CPU E5800 @ 3.20GHz (3200.06-MHz = K8-class CPU) est0: on cpu0 p4tcc0: on cpu0 est1: on cpu1 p4tcc1: on cpu1 $ dmesg | egrep 'Xeon|^(coretemp|p4tcc|est)' CPU: Intel(R) Xeon(R) CPU X3230 @ 2.66GHz (2664.06-MHz = K8-class CPU) est0: on cpu0 p4tcc0: on cpu0 est1: on cpu1 p4tcc1: on cpu1 est2: on cpu2 p4tcc2: on cpu2 est3: on cpu3 p4tcc3: on cpu3 $ dmesg | egrep 'Xeon|^(coretemp|est)' CPU: Intel(R) Xeon(R) CPU W3520 @ 2.67GHz (2672.78-MHz = K8-class CPU) coretemp0: on cpu0 est0: on cpu0 coretemp1: on cpu1 est1: on cpu1 coretemp2: on cpu2 est2: on cpu2 coretemp3: on cpu3 est3: on cpu3 coretemp4: on cpu4 est4: on cpu4 coretemp5: on cpu5 est5: on cpu5 coretemp6: on cpu6 est6: on cpu6 coretemp7: on cpu7 est7: on cpu7 Thanks, -Garrett=