diff options
Diffstat (limited to 'sys')
-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 |