From owner-freebsd-stable@FreeBSD.ORG Tue Jan 7 16:28:09 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8AB4620 for ; Tue, 7 Jan 2014 16:28:09 +0000 (UTC) Received: from nm6-vm2.bullet.mail.ne1.yahoo.com (nm6-vm2.bullet.mail.ne1.yahoo.com [98.138.90.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47CD71708 for ; Tue, 7 Jan 2014 16:28:08 +0000 (UTC) Received: from [98.138.100.114] by nm6.bullet.mail.ne1.yahoo.com with NNFMP; 07 Jan 2014 16:25:37 -0000 Received: from [98.138.226.56] by tm105.bullet.mail.ne1.yahoo.com with NNFMP; 07 Jan 2014 16:25:37 -0000 Received: from [127.0.0.1] by smtp207.mail.ne1.yahoo.com with NNFMP; 07 Jan 2014 16:25:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1389111937; bh=EPNGseBkQ3FHmnkJ3RiUmyUebllO1hMoKjusySiyit8=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=zlB1aiLZMihOUakMs4o+LD1jTAN2PTOwJt5TLhiPfjm+ikcnqX0pZipdGkipKBFuFna5ca1kPnwAnt3k3e0uqSi60fJcIsDfzml4i3xBdwk7Zsq1qbcqEX4AgEDRX2WVHY+ddtzuep5MDsEx16aF8PslBPPbK7Ea3wTh2xZqYu8= X-Yahoo-Newman-Id: 152676.16555.bm@smtp207.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: uncn4AQVM1m.NFShLPbYfISs0JRj23OSZ.nLGn1GAQOrBLx MIv2YMug60k2o3yO7KlTVp_aOzXA_sOcejmHG03vjSslkemotqUC_YDQ8LRt 7iZxul3avuRjPis_RjoVcwDoi8qMUMeEhCHBsehvaCoE661Bi.91eqGTNEZ7 .SjGk6mlzmUWWnmA9.3iFavwt_qA_MSenmHuEq75cpRwEP3tjXy2ajGWGh81 hCeaULH4B159dboCjLeyyKXafRRldmlwfncOWi2boalTxJxhsIYsD50VOn.k t0AwYN_saXiKm.0guz7bvRQyLMKmOfWJzjm3kjVY_xHez3g6bdDGpwSI9Pvt yIEgHCNV9xh6osiaw1n7cd2it6aC.76P1UG.zNkL8gXsbRcrhq1WGcjheLk1 joJCV6zJvcoIbARXf2KkT_D_9dtYHlBlOk5FyzrsyEzeQixiEvGOvcDqHn_X 60dLTy9o4_CGhvzx.BXSjAJFgS6T3SaYZy7OUnqeV3t_7VOvMp4IjsEd2TUM _6KdTmXrKSU8X8DxDMjkaG_qxkdjGeuNLPmWomcAqZJF9fTNPpe_Y X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [192.168.100.228] (sean_bruno@24.23.220.111 with plain [98.138.105.21]) by smtp207.mail.ne1.yahoo.com with SMTP; 07 Jan 2014 08:25:37 -0800 PST Subject: Re: Anything here I should worry about? From: Sean Bruno To: Larry Rosenman In-Reply-To: References: <20140104044029.GA29339@thebighonker.lerctr.org> <1389035572.62161.11.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="us-ascii" Date: Tue, 07 Jan 2014 08:25:35 -0800 Message-ID: <1389111935.2386.0.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 16:28:09 -0000 On Mon, 2014-01-06 at 21:56 -0600, Larry Rosenman wrote: > > ---- > >> est0: on cpu0 > >> est: CPU supports Enhanced Speedstep, but is not recognized. > >> est: cpu_vendor GenuineIntel, msr 4718471806004718 > >> device_attach: est0 attach returned 6 > > ---- > > This usually means you don't have the BIOS power managment features > set > > to "O/S Control" or whatever. So the kernel cannot do est(4) > things. > > There's a bit of this kind of information in the est(4) man page. > Even if I set O/S control, I still get this message. the manpage > has a different MSR value :( Hrm, we have plenty of this generation at the office. There must be some power management setting disabled or something in your BIOS that is disabling this. sean