Module Name: src
Committed By: hubertf
Date: Wed Apr 28 22:08:58 UTC 2010
Modified Files:
src/sys/dev/pci: if_vr.c
Log Message:
Silence for boot -z
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/dev/pci/if_vr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_vr.c
diff -u src/sys/dev/pci/if_vr.c:1.104 src/sys/dev/pci/if_vr.c:1.105
--- src/sys/dev/pci/if_vr.c:1.104 Mon Apr 5 07:20:28 2010
+++ src/sys/dev/pci/if_vr.c Wed Apr 28 22:08:58 2010
@@ -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);