summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-01-15 08:59:25 +0000
committerderaadt <deraadt@openbsd.org>2000-01-15 08:59:25 +0000
commit7f4be080e45237c1b186b570d68641aa44911ead (patch)
tree1759d142c668a9e6e064af884ace89268ca07ca0
parentspecial case one mislabeled device which is not a pci bridge at all (diff)
downloadwireguard-openbsd-7f4be080e45237c1b186b570d68641aa44911ead.tar.xz
wireguard-openbsd-7f4be080e45237c1b186b570d68641aa44911ead.zip
P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box
-rw-r--r--sys/arch/i386/i386/machdep.c5
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