View | Details | Raw Unified | Return to bug 238310
Collapse All | Expand All

(-)b/sys/dev/hwpmc/hwpmc_intel.c (+1 lines)
Lines 209-214 pmc_intel_initialize(void) Link Here
209
			cputype = PMC_CPU_INTEL_HASWELL;
209
			cputype = PMC_CPU_INTEL_HASWELL;
210
			nclasses = 5;
210
			nclasses = 5;
211
			break;
211
			break;
212
		case 0x37:
212
		case 0x4D:      /* Per Intel document 330061-001 01/2014. */
213
		case 0x4D:      /* Per Intel document 330061-001 01/2014. */
213
			cputype = PMC_CPU_INTEL_ATOM_SILVERMONT;
214
			cputype = PMC_CPU_INTEL_ATOM_SILVERMONT;
214
			nclasses = 3;
215
			nclasses = 3;

Return to bug 238310