From 0bade9429b5d6ee97dbd08d1cc230d9b6ee7f77a Mon Sep 17 00:00:00 2001 From: pgoyette Date: Thu, 14 May 2009 20:16:10 +0000 Subject: [PATCH] Add a few more processor extended models for Intel Family 6 --- usr.sbin/cpuctl/arch/i386.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/cpuctl/arch/i386.c b/usr.sbin/cpuctl/arch/i386.c index 65bea3edffc5..fd8214b1e9b6 100644 --- a/usr.sbin/cpuctl/arch/i386.c +++ b/usr.sbin/cpuctl/arch/i386.c @@ -1,4 +1,4 @@ -/* $NetBSD: i386.c,v 1.18 2009/05/13 22:25:51 pgoyette Exp $ */ +/* $NetBSD: i386.c,v 1.19 2009/05/14 20:16:10 pgoyette Exp $ */ /*- * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -57,7 +57,7 @@ #include #ifndef lint -__RCSID("$NetBSD: i386.c,v 1.18 2009/05/13 22:25:51 pgoyette Exp $"); +__RCSID("$NetBSD: i386.c,v 1.19 2009/05/14 20:16:10 pgoyette Exp $"); #endif /* not lint */ #include @@ -248,8 +248,8 @@ struct cpu_extend_nameclass intel_family6_ext_models[] = { { /* Extended models 1x */ 0x01, { NULL, NULL, NULL, NULL, - NULL, NULL, - NULL, NULL, + NULL, "EP80579 Integrated Processor", + "Celeron (45nm)", "Core 2 Extreme", NULL, NULL, "Core i7 (Nehalem)", NULL, "Atom", "XeonMP (Nehalem)",