summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1998-08-04 20:40:46 +0000
committerdownsj <downsj@openbsd.org>1998-08-04 20:40:46 +0000
commit436f0d9b1934e6509921ed32f4c0ff026e3ce284 (patch)
tree13c463013070657cd2e42449b61e2a72a891552f
parentFix definition of high port and tell where they come from; noted by karls@inet.no (diff)
downloadwireguard-openbsd-436f0d9b1934e6509921ed32f4c0ff026e3ce284.tar.xz
wireguard-openbsd-436f0d9b1934e6509921ed32f4c0ff026e3ce284.zip
Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2.
-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