From owner-cvs-all@FreeBSD.ORG Sat Feb 25 23:42:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B84CC16A420; Sat, 25 Feb 2006 23:42:16 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FC7643D49; Sat, 25 Feb 2006 23:42:16 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr2so.prod.shaw.ca (pd5mr2so-qfe3.prod.shaw.ca [10.0.141.233]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV900D0WOIFGF00@l-daemon>; Sat, 25 Feb 2006 16:42:15 -0700 (MST) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd5mr2so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV900L2WOIFZH90@pd5mr2so.prod.shaw.ca>; Sat, 25 Feb 2006 16:42:15 -0700 (MST) Received: from [192.168.0.60] ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IV9000EUOIE7IE0@l-daemon>; Sat, 25 Feb 2006 16:42:15 -0700 (MST) Date: Sat, 25 Feb 2006 15:42:06 -0800 From: Colin Percival In-reply-to: <20060225232945.0EF714504C@ptavv.es.net> To: Kevin Oberman Message-id: <4400EB4E.10208@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: <20060225232945.0EF714504C@ptavv.es.net> User-Agent: Thunderbird 1.5 (X11/20060112) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 23:42:16 -0000 Kevin Oberman wrote: >> cperciva 2006-02-25 04:55:39 UTC >> Log: >> Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J >> processors. >> >> Obtained from: Intel Datasheet 302189-008 > > Is this a new datasheet or did someone find it in some odd corner of > Intel land? I'll admit that I'm baffled as to why Intel seemed to keep > this information under wraps for so long. Intel updates their datasheets from time to time -- the information for these processors was added in a new version of an old datasheet. Intel still hasn't released the frequency/voltage tables for their 7x0 series processors or the formula used to compute them. Colin Percival