diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-08-19 04:35:17 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-08-19 04:35:17 +0000 |
commit | 0cb66bf4cc7d96e9e336ff584108b2b7c3a4f15d (patch) | |
tree | ca12c4ae5bc4ff74a03f6254d16a3796f5031171 | |
parent | 0e0c88562758a44868e6e2709f3b452954e531f2 (diff) |
Properly identify Mobile Pentium 4-M processor
ok mickey@
Live from marshrutka 368 ;-)
-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 28ae168b126..c2daaa9b568 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.240 2003/07/25 22:47:54 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.241 2003/08/19 04:35:16 grange Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -749,7 +749,7 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { { CPUCLASS_686, { - "Pentium 4", 0, 0, 0, + "Pentium 4", 0, "Mobile Pentium 4-M", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |