diff options
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r-- | sys/pci/if_rl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 1c4d98a..b5299f4 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -999,11 +999,6 @@ rl_attach(dev) eaddr[(i * 2) + 1] = as[i] >> 8; } - /* - * A RealTek chip was detected. Inform the world. - */ - printf("rl%d: Ethernet address: %6D\n", unit, eaddr, ":"); - sc->rl_unit = unit; bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN); |