summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stromberg <wilfried@cvs.openbsd.org>2003-03-07 19:23:38 +0000
committerPeter Stromberg <wilfried@cvs.openbsd.org>2003-03-07 19:23:38 +0000
commite97891dd150cef7752b27aef673171776dd2e043 (patch)
tree83339ee6132063c43a1e0fdded91d066a8432cf3
parentea074e1350ca4d48e468945c8172847b074c9df2 (diff)
New athlon models, ok deraadt@
-rw-r--r--sys/arch/i386/i386/machdep.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 08b4f9a258d..7971432b25a 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.220 2003/01/16 19:39:23 mickey Exp $ */
+/* $OpenBSD: machdep.c,v 1.221 2003/03/07 19:23:37 wilfried Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -767,10 +767,13 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
CPUCLASS_686,
{
0, "Athlon Model 1", "Athlon Model 2",
- "Duron", "Athlon Model 4 (Thunderbird)",
- 0, "Athlon Model 6 (Palomino)",
- "Athlon Model 7 (Morgan)", 0,
- 0, 0, 0, 0, 0, 0, 0,
+ "Duron Model 3 (Spitfire)",
+ "Athlon Model 4 (Thunderbird)",
+ 0, "Athlon XP Model 6 (Palomino)",
+ "Duron Model 7 (Morgan)",
+ "Athlon XP Model 8 (Thoroughbred)",
+ 0, "Athlon XP Model 10 (Barton)",
+ 0, 0, 0, 0, 0,
"K7 (Athlon)" /* Default */
},
NULL