diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-16 00:24:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-16 00:24:01 +0000 |
commit | 1ed37fdaa08480e3d41576db6ed961962744f4d0 (patch) | |
tree | 5137aec7fc88e62c2dfa26ab630c79c050464290 /sys/arch | |
parent | 2a9e105be7bb383c3ea173265851bccf280c0ba7 (diff) |
mislabeling
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 62bf15652ba..77ca81809b5 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.150 2001/02/28 19:13:29 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.151 2001/03/16 00:24:00 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -760,7 +760,7 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { "Pentium II/Celeron (Deschutes)", "Celeron (Mendocino)", "Pentium III (Katmai)", - "Pentium III/Celeron (Coppermine)", + "Pentium III (Coppermine)", 0, "Pentium III Xeon (Cascades)", 0, 0, 0, 0, 0, "Pentium Pro, II or III" /* Default */ |