summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_vr.c')
-rw-r--r--sys/pci/if_vr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 94d4285..72d1b1b 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -826,11 +826,6 @@ vr_attach(dev)
for (i = 0; i < ETHER_ADDR_LEN; i++)
eaddr[i] = CSR_READ_1(sc, VR_PAR0 + i);
- /*
- * A Rhine chip was detected. Inform the world.
- */
- printf("vr%d: Ethernet address: %6D\n", unit, eaddr, ":");
-
sc->vr_unit = unit;
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
OpenPOWER on IntegriCloud