Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/cats Change reference from arm32 to cats in pr...



details:   https://anonhg.NetBSD.org/src/rev/9f706ad6089b
branches:  trunk
changeset: 522001:9f706ad6089b
user:      chris <chris%NetBSD.org@localhost>
date:      Sun Feb 10 11:31:47 2002 +0000

description:
Change reference from arm32 to cats in printf, pointed out by wiz.

diffstat:

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

diffs (18 lines):

diff -r a087ea76edb0 -r 9f706ad6089b sys/arch/cats/cats/cats_machdep.c
--- a/sys/arch/cats/cats/cats_machdep.c Sun Feb 10 10:41:34 2002 +0000
+++ b/sys/arch/cats/cats/cats_machdep.c Sun Feb 10 11:31:47 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cats_machdep.c,v 1.13 2002/02/09 12:14:02 chris Exp $  */
+/*     $NetBSD: cats_machdep.c,v 1.14 2002/02/10 11:31:47 chris Exp $  */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -357,7 +357,7 @@
 /*     fcomcnattach(DC21285_ARMCSR_BASE, comcnspeed, comcnmode);*/
 
        /* Talk to the user */
-       printf("NetBSD/arm32 booting ...\n");
+       printf("NetBSD/cats booting ...\n");
 
        if (ebsabootinfo.bt_magic != BT_MAGIC_NUMBER_EBSA
            && ebsabootinfo.bt_magic != BT_MAGIC_NUMBER_CATS)



Home | Main Index | Thread Index | Old Index