Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/cpuctl/arch More update:



details:   https://anonhg.NetBSD.org/src/rev/05e8ee4dcc60
branches:  trunk
changeset: 797698:05e8ee4dcc60
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jul 25 14:18:49 2014 +0000

description:
More update:
- Future Atom E3000, Z3000 (0x4a, 0x5a, 0x5d)
- Atom C2000 (0x4d)

diffstat:

 usr.sbin/cpuctl/arch/i386.c |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 755e894c8de4 -r 05e8ee4dcc60 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Fri Jul 25 14:00:31 2014 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Fri Jul 25 14:18:49 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.57 2014/07/25 13:52:26 msaitoh Exp $        */
+/*     $NetBSD: i386.c,v 1.58 2014/07/25 14:18:49 msaitoh 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.57 2014/07/25 13:52:26 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.58 2014/07/25 14:18:49 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -360,7 +360,10 @@
                                         "(Haswell)",
                                [0x46] = "4th gen Core, Xeon E3-12xx v3 "
                                         "(Haswell)",
-                               [0x4d] = "Atom C2000, E3000",
+                               [0x4a] = "Future Atom E3000, Z3000",
+                               [0x4d] = "Atom C2000",
+                               [0x5a] = "Future Atom E3000, Z3000",
+                               [0x5d] = "Future Atom E3000, Z3000",
                        },
                        "Pentium Pro, II or III",       /* Default */
                        NULL,



Home | Main Index | Thread Index | Old Index