Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/i386 it's "pentium m" not "pentium-m"



details:   https://anonhg.NetBSD.org/src/rev/6d077ebe9f1f
branches:  trunk
changeset: 547062:6d077ebe9f1f
user:      joda <joda%NetBSD.org@localhost>
date:      Mon May 12 11:01:17 2003 +0000

description:
it's "pentium m" not "pentium-m"

diffstat:

 sys/arch/i386/i386/identcpu.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de91db461a0e -r 6d077ebe9f1f sys/arch/i386/i386/identcpu.c
--- a/sys/arch/i386/i386/identcpu.c     Mon May 12 09:35:01 2003 +0000
+++ b/sys/arch/i386/i386/identcpu.c     Mon May 12 11:01:17 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: identcpu.c,v 1.3 2003/04/25 21:54:29 fvdl Exp $        */
+/*     $NetBSD: identcpu.c,v 1.4 2003/05/12 11:01:17 joda Exp $        */
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -233,7 +233,7 @@
                                "Celeron (Mendocino)",
                                "Pentium III (Katmai)",
                                "Pentium III (Coppermine)",
-                               "Pentium-M (Banias)",
+                               "Pentium M (Banias)", 
                                "Pentium III Xeon (Cascades)",
                                "Pentium III (Tualatin)", 0, 0, 0, 0,
                                "Pentium Pro, II or III"        /* Default */



Home | Main Index | Thread Index | Old Index