diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-16 08:34:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-16 08:34:41 +0000 |
commit | 6288ad834210298846cbb36410ffd9151961acaf (patch) | |
tree | c3feb9f8b9a2f1e24a746210b9478e7538acdb08 /sys/arch | |
parent | 83cf9972f605c8f284dddd58670b6d54d188f24a (diff) |
K6-3
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 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 |