Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k Normalize autoconfig output.



details:   https://anonhg.NetBSD.org/src/rev/a255352211d6
branches:  trunk
changeset: 476832:a255352211d6
user:      scottr <scottr%NetBSD.org@localhost>
date:      Wed Sep 29 06:14:02 1999 +0000

description:
Normalize autoconfig output.

diffstat:

 sys/arch/mac68k/dev/if_sn.c       |  5 +++--
 sys/arch/mac68k/obio/if_sn_obio.c |  4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r b140b2ecd402 -r a255352211d6 sys/arch/mac68k/dev/if_sn.c
--- a/sys/arch/mac68k/dev/if_sn.c       Wed Sep 29 06:04:50 1999 +0000
+++ b/sys/arch/mac68k/dev/if_sn.c       Wed Sep 29 06:14:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sn.c,v 1.23 1999/05/24 21:53:42 thorpej Exp $       */
+/*     $NetBSD: if_sn.c,v 1.24 1999/09/29 06:14:02 scottr Exp $        */
 
 /*
  * National Semiconductor  DP8393X SONIC Driver
@@ -238,7 +238,8 @@
 #ifdef SNDEBUG
        camdump(sc);
 #endif
-       printf(" address %s\n", ether_sprintf(lladdr));
+       printf("%s: Ethernet address %s\n",
+           sc->sc_dev.dv_xname, ether_sprintf(lladdr));
 
 #ifdef SNDEBUG
        printf("%s: buffers: rra=%p cda=%p rda=%p tda=%p\n",
diff -r b140b2ecd402 -r a255352211d6 sys/arch/mac68k/obio/if_sn_obio.c
--- a/sys/arch/mac68k/obio/if_sn_obio.c Wed Sep 29 06:04:50 1999 +0000
+++ b/sys/arch/mac68k/obio/if_sn_obio.c Wed Sep 29 06:14:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sn_obio.c,v 1.18 1999/06/28 01:56:58 briggs Exp $   */
+/*     $NetBSD: if_sn_obio.c,v 1.19 1999/09/29 06:14:03 scottr Exp $   */
 
 /*
  * Copyright (C) 1997 Allen Briggs
@@ -180,6 +180,8 @@
                return;
        }
 
+       printf(": integrated Ethernet adapter\n");
+
        /* snsetup returns 1 if something fails */
        if (snsetup(sc, myaddr)) {
                bus_space_unmap(sc->sc_regt, sc->sc_regh, SN_REGSIZE);



Home | Main Index | Thread Index | Old Index