Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev Auto-configuration output formatting nit.



details:   https://anonhg.NetBSD.org/src/rev/aa9ef174550f
branches:  trunk
changeset: 521472:aa9ef174550f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Jan 31 11:51:25 2002 +0000

description:
Auto-configuration output formatting nit.
Don't start the attachment message on a new line.

diffstat:

 sys/arch/sparc/dev/ebus.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 899c7439ff44 -r aa9ef174550f sys/arch/sparc/dev/ebus.c
--- a/sys/arch/sparc/dev/ebus.c Thu Jan 31 11:18:07 2002 +0000
+++ b/sys/arch/sparc/dev/ebus.c Thu Jan 31 11:51:25 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ebus.c,v 1.1 2001/12/11 00:25:31 uwe Exp $ */ 
+/*     $NetBSD: ebus.c,v 1.2 2002/01/31 11:51:25 uwe Exp $ */ 
 
 /*
  * Copyright (c) 1999, 2000 Matthew R. Green
@@ -223,11 +223,9 @@
        int node, error;
        char devinfo[256];
 
-       printf("\n");
-
        pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo);
-       printf("%s: %s, revision 0x%02x\n",
-              self->dv_xname, devinfo, PCI_REVISION(pa->pa_class));
+       printf(": %s, revision 0x%02x\n",
+              devinfo, PCI_REVISION(pa->pa_class));
 
        node = PCITAG_NODE(pa->pa_tag);
        if (node == -1)



Home | Main Index | Thread Index | Old Index