diff options
Diffstat (limited to 'sys/pci/if_sis.c')
-rw-r--r-- | sys/pci/if_sis.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index 2d8a529..bae9905 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -1234,11 +1234,6 @@ sis_attach(dev) break; } - /* - * A SiS chip was detected. Inform the world. - */ - printf("sis%d: Ethernet address: %6D\n", unit, eaddr, ":"); - sc->sis_unit = unit; callout_init(&sc->sis_stat_ch, CALLOUT_MPSAFE); bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN); |