diff options
author | 2001-07-02 06:29:49 +0000 | |
---|---|---|
committer | 2001-07-02 06:29:49 +0000 | |
commit | 0e2b3d50cbcaa443b1afa0471358b1889e5477c9 (patch) | |
tree | 928a1583b863d90382d489b342f0500d7411d8b1 | |
parent | Add TBI_EN config bit. Also add GPIOR location in EEPROM (diff) | |
download | wireguard-openbsd-0e2b3d50cbcaa443b1afa0471358b1889e5477c9.tar.xz wireguard-openbsd-0e2b3d50cbcaa443b1afa0471358b1889e5477c9.zip |
Remove spurious printf
-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); |