diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-05-22 05:49:08 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-05-22 05:49:08 +0000 |
commit | 4d8d51ca75eabc6c8770e1801fcfda6d6981b10f (patch) | |
tree | fd8c7ec853f66cf3fa23a1458672a757d2f0f23a /sys/arch | |
parent | 3655a6a3ef027aac3d02c17366ce144f69aeff46 (diff) |
More AMD model names.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 2cda7503f22..1fdc5c328df 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.86 1998/04/26 21:03:15 provos Exp $ */ +/* $OpenBSD: machdep.c,v 1.87 1998/05/22 05:49:07 downsj Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -659,7 +659,7 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { CPUCLASS_586, { "K5", "K5", "K5", "K5", 0, 0, "K6", - 0, 0, 0, 0, 0, 0, 0, 0, 0, + "K6", "K6 3D", "K6 3D+", 0, 0, 0, 0, 0, 0, "K5 or K6" /* Default */ }, NULL |