Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 AMD CPUID 0x6a0 is an Athlon XP processor...



details:   https://anonhg.NetBSD.org/src/rev/a1f8455ffed4
branches:  trunk
changeset: 559665:a1f8455ffed4
user:      kim <kim%NetBSD.org@localhost>
date:      Sun Mar 21 17:59:44 2004 +0000

description:
AMD CPUID 0x6a0 is an Athlon XP processor model 10, revision A2.
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/27532.pdf

diffstat:

 sys/arch/i386/i386/identcpu.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b99d28507180 -r a1f8455ffed4 sys/arch/i386/i386/identcpu.c
--- a/sys/arch/i386/i386/identcpu.c     Sun Mar 21 16:31:22 2004 +0000
+++ b/sys/arch/i386/i386/identcpu.c     Sun Mar 21 17:59:44 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: identcpu.c,v 1.8 2003/11/20 13:30:29 fvdl Exp $        */
+/*     $NetBSD: identcpu.c,v 1.9 2004/03/21 17:59:44 kim Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.8 2003/11/20 13:30:29 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: identcpu.c,v 1.9 2004/03/21 17:59:44 kim Exp $");
 
 #include "opt_cputype.h"
 
@@ -297,8 +297,8 @@
                        {
                                0, "Athlon Model 1", "Athlon Model 2",
                                "Duron", "Athlon Model 4 (Thunderbird)",
-                               0, "Athlon", "Duron", "Athlon", 0, 0, 0,
-                               0, 0, 0, 0,
+                               0, "Athlon", "Duron", "Athlon", 0,
+                               "Athlon", 0, 0, 0, 0, 0,
                                "K7 (Athlon)"   /* Default */
                        },
                        NULL,



Home | Main Index | Thread Index | Old Index