diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-07-02 06:29:50 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-07-02 06:29:50 +0000 |
commit | 9d77e141857735163a821d894884c41014c9f62c (patch) | |
tree | 5533788d47f6589f466f02e7fac77cbd5b410c25 /sys/dev/mii/nsgphy.c | |
parent | a030f45102fe62ca460ad11b7ce325585dff7501 (diff) |
Remove spurious printf
Diffstat (limited to 'sys/dev/mii/nsgphy.c')
-rw-r--r-- | sys/dev/mii/nsgphy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index 4658c8124d0..98ad07ce97e 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nsgphy.c,v 1.2 2001/07/02 05:08:28 nate Exp $ */ +/* $OpenBSD: nsgphy.c,v 1.3 2001/07/02 06:29:49 nate Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 @@ -134,7 +134,6 @@ nsgphyattach(parent, self, aux) PHY_READ(sc, MII_BMSR) & ma->mii_capmask; if (sc->mii_capabilities & BMSR_EXTSTAT) sc->mii_extcapabilities = PHY_READ(sc, MII_EXTSR); - printf("%s: ", sc->mii_dev.dv_xname); if ((sc->mii_capabilities & BMSR_MEDIAMASK) || (sc->mii_extcapabilities & EXTSR_MEDIAMASK)) mii_phy_add_media(sc); |