diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-15 08:59:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-15 08:59:26 +0000 |
commit | ab02e9f60eea7893d91927a9fe0515bbc031be07 (patch) | |
tree | 6e66907c5c0a00302d076c154c5d539f0076a291 /sys/arch | |
parent | 905190be498bdc3e706f34f771a041111d00b2f1 (diff) |
P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 15ccc2d711a..0c9860f3012 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.120 1999/11/27 04:22:08 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.121 2000/01/15 08:59:25 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -715,7 +715,8 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { "Pentium II (Klamath)", "Pentium Pro", "Pentium II (Deschutes)", "Pentium II (Celeron)", - "Pentium III", 0, 0, 0, 0, 0, 0, 0, 0, + "Pentium III", "Pentium III (Coppermine)", + 0, 0, 0, 0, 0, 0, 0, "Pentium Pro" /* Default */ }, intel686_cpu_setup |