Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2009 15:01:46 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200669 - head/sys/dev/hwpmc
Message-ID:  <200912181501.nBIF1kLC095486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkoshy
Date: Fri Dec 18 15:01:46 2009
New Revision: 200669
URL: http://svn.freebsd.org/changeset/base/200669

Log:
  Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F.
  
  Submitted by:	Marc Unangst <mju at panasas dot com>

Modified:
  head/sys/dev/hwpmc/hwpmc_intel.c

Modified: head/sys/dev/hwpmc/hwpmc_intel.c
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_intel.c	Fri Dec 18 14:41:30 2009	(r200668)
+++ head/sys/dev/hwpmc/hwpmc_intel.c	Fri Dec 18 15:01:46 2009	(r200669)
@@ -131,6 +131,8 @@ pmc_intel_initialize(void)
 			nclasses = 3;
 			break;
 		case 0x1A:
+		case 0x1E:	/* Per Intel document 253669-032 9/2009, pages A-2 and A-57 */
+		case 0x1F:	/* Per Intel document 253669-032 9/2009, pages A-2 and A-57 */
 			cputype = PMC_CPU_INTEL_COREI7;
 			nclasses = 3;
 			break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912181501.nBIF1kLC095486>