summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-08-04 20:40:47 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-08-04 20:40:47 +0000
commit3ebf10183910e9437c085855e7278a05daf9e3ac (patch)
treef43e000068faf8f1e5f9cb104d280f92e762cb3d /sys
parent4da38d1dd20f18a737b6c894b008c6390b92945b (diff)
Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/machdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index d223cc35257..00dece5fc00 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.89 1998/06/04 05:00:27 downsj Exp $ */
+/* $OpenBSD: machdep.c,v 1.90 1998/08/04 20:40:46 downsj Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -629,7 +629,7 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
CPUCLASS_686,
{
0, "Pentium Pro", 0, "Pentium II",
- "Pentium Pro", 0, "Pentium II",
+ "Pentium Pro", "Pentium II", "Pentium II",
0, 0, 0, 0, 0, 0, 0, 0, 0,
"Pentium Pro" /* Default */
},
@@ -659,7 +659,7 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
CPUCLASS_586,
{
"K5", "K5", "K5", "K5", 0, 0, "K6",
- "K6", "K6 3D", "K6 3D+", 0, 0, 0, 0, 0, 0,
+ "K6", "K6-2", "K6-2", 0, 0, 0, 0, 0, 0,
"K5 or K6" /* Default */
},
NULL