summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 66ff7957f32..6e7adc2e7eb 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.104 1999/03/09 05:00:40 downsj Exp $ */
+/* $OpenBSD: machdep.c,v 1.105 1999/03/16 08:34:40 deraadt Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -720,7 +720,7 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
CPUCLASS_586,
{
"K5", "K5", "K5", "K5", 0, 0, "K6",
- "K6", "K6-2", "K6-2", 0, 0, 0, 0, 0, 0,
+ "K6", "K6-2", "K6-3", 0, 0, 0, 0, 0, 0,
"K5 or K6" /* Default */
},
NULL