Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Silence for boot -z



details:   https://anonhg.NetBSD.org/src/rev/4503f671a4ce
branches:  trunk
changeset: 754364:4503f671a4ce
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Wed Apr 28 22:08:58 2010 +0000

description:
Silence for boot -z

diffstat:

 sys/dev/pci/if_vr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r af594a9ea552 -r 4503f671a4ce sys/dev/pci/if_vr.c
--- a/sys/dev/pci/if_vr.c       Wed Apr 28 22:00:39 2010 +0000
+++ b/sys/dev/pci/if_vr.c       Wed Apr 28 22:08:58 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_vr.c,v 1.104 2010/04/05 07:20:28 joerg Exp $        */
+/*     $NetBSD: if_vr.c,v 1.105 2010/04/28 22:08:58 hubertf Exp $      */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_vr.c,v 1.104 2010/04/05 07:20:28 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_vr.c,v 1.105 2010/04/28 22:08:58 hubertf Exp $");
 
 #include "rnd.h"
 
@@ -1587,7 +1587,7 @@
        /*
         * A Rhine chip was detected. Inform the world.
         */
-       printf("%s: Ethernet address: %s\n",
+       aprint_normal("%s: Ethernet address: %s\n",
                device_xname(self), ether_sprintf(eaddr));
 
        memcpy(sc->vr_enaddr, eaddr, ETHER_ADDR_LEN);



Home | Main Index | Thread Index | Old Index