summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-01-23 21:59:52 +0000
committermickey <mickey@openbsd.org>2002-01-23 21:59:52 +0000
commitb9489ee1c9a518a84764b19bbe40b84e5f32aa36 (patch)
tree5b11a32edb1d9badb990f3dfa281f55cccaba9f2
parentdisable pmtu for ipsec when the sysctl says so; bug report cjkim2000@yahoo.com (diff)
downloadwireguard-openbsd-b9489ee1c9a518a84764b19bbe40b84e5f32aa36.tar.xz
wireguard-openbsd-b9489ee1c9a518a84764b19bbe40b84e5f32aa36.zip
recognize athlon model 6 and model 7; from netbsd
-rw-r--r--sys/arch/i386/i386/machdep.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 1735eaa320f..7980b1fedb6 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.194 2002/01/23 17:51:52 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.195 2002/01/23 21:59:52 mickey Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -782,7 +782,9 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = {
{
0, "Athlon Model 1", "Athlon Model 2",
"Duron", "Athlon Model 4 (Thunderbird)",
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, "Athlon Model 6 (Palomino)",
+ "Athlon Model 7 (Morgan)", 0,
+ 0, 0, 0, 0, 0, 0, 0,
"K7 (Athlon)" /* Default */
},
NULL