summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-03-16 08:34:40 +0000
committerderaadt <deraadt@openbsd.org>1999-03-16 08:34:40 +0000
commite017fcbe8c794b5a4906ada21c34a3dc1798e4e0 (patch)
treeb3c8230bd2dfb27cdcbd30db73cd39f400d96ef2
parentAdd install of reasonable default ssleay.cnf file (diff)
downloadwireguard-openbsd-e017fcbe8c794b5a4906ada21c34a3dc1798e4e0.tar.xz
wireguard-openbsd-e017fcbe8c794b5a4906ada21c34a3dc1798e4e0.zip
K6-3
-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