Module Name:    src
Committed By:   pgoyette
Date:           Thu May 14 20:16:10 UTC 2009

Modified Files:
        src/usr.sbin/cpuctl/arch: i386.c

Log Message:
Add a few more processor extended models for Intel Family 6


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/cpuctl/arch/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/cpuctl/arch/i386.c
diff -u src/usr.sbin/cpuctl/arch/i386.c:1.18 src/usr.sbin/cpuctl/arch/i386.c:1.19
--- src/usr.sbin/cpuctl/arch/i386.c:1.18	Wed May 13 22:25:51 2009
+++ src/usr.sbin/cpuctl/arch/i386.c	Thu May 14 20:16:10 2009
@@ -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 <sys/cdefs.h>
 #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 <sys/types.h>
@@ -248,8 +248,8 @@
 	{ /* 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)",

Reply via email to