diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-02-26 03:42:21 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-02-26 03:42:21 +0000 |
commit | 524b78f2aa661337fde2904ce829823ea9173ca4 (patch) | |
tree | 9b96950997ac649942d5cc3d0127cb9526b53d94 /sys/dev/mii/nsphyter.c | |
parent | 395ca66987a18b51d3ad5c437bd44388c16cc9c2 (diff) |
fix printf's
Diffstat (limited to 'sys/dev/mii/nsphyter.c')
-rw-r--r-- | sys/dev/mii/nsphyter.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/mii/nsphyter.c b/sys/dev/mii/nsphyter.c index 53e4147b365..566af96a2a7 100644 --- a/sys/dev/mii/nsphyter.c +++ b/sys/dev/mii/nsphyter.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nsphyter.c,v 1.1 1999/12/07 22:33:43 jason Exp $ */ +/* $OpenBSD: nsphyter.c,v 1.2 2000/02/26 03:42:20 jason Exp $ */ /* $NetBSD: nsphyter.c,v 1.1 1999/12/07 19:36:37 thorpej Exp $ */ /*- @@ -139,12 +139,10 @@ nsphyterattach(parent, self, aux) sc->mii_capabilities = PHY_READ(sc, MII_BMSR) & ma->mii_capmask; - printf("%s: ", sc->mii_dev.dv_xname); if ((sc->mii_capabilities & BMSR_MEDIAMASK) == 0) printf("no media present"); else mii_add_media(sc); - printf("\n"); } int |