Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Use the prefix printed before cpuattach() is called.



details:   https://anonhg.NetBSD.org/src/rev/6f153c9f8206
branches:  trunk
changeset: 482679:6f153c9f8206
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Feb 19 03:59:04 2000 +0000

description:
Use the prefix printed before cpuattach() is called.

diffstat:

 sys/arch/newsmips/newsmips/cpu.c |  4 ++--
 sys/arch/pmax/pmax/cpu.c         |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 30b85a4c10e6 -r 6f153c9f8206 sys/arch/newsmips/newsmips/cpu.c
--- a/sys/arch/newsmips/newsmips/cpu.c  Sat Feb 19 03:58:23 2000 +0000
+++ b/sys/arch/newsmips/newsmips/cpu.c  Sat Feb 19 03:59:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.2 1999/12/06 06:58:30 tsubai Exp $   */
+/*     $NetBSD: cpu.c,v 1.3 2000/02/19 03:59:04 mycroft Exp $  */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -66,6 +66,6 @@
        void *aux;
 {
 
-       printf("\n");
+       printf(": ");
        cpu_identify();
 }
diff -r 30b85a4c10e6 -r 6f153c9f8206 sys/arch/pmax/pmax/cpu.c
--- a/sys/arch/pmax/pmax/cpu.c  Sat Feb 19 03:58:23 2000 +0000
+++ b/sys/arch/pmax/pmax/cpu.c  Sat Feb 19 03:59:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.16 2000/01/10 03:24:37 simonb Exp $ */
+/* $NetBSD: cpu.c,v 1.17 2000/02/19 03:59:05 mycroft Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -61,7 +61,7 @@
        struct device *parent, *dev;
        void *aux;
 {
-       printf("\n");
 
+       printf(": ");
        cpu_identify();
 }



Home | Main Index | Thread Index | Old Index