summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/nsphy.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-28 19:25:07 +0000
committerphk <phk@FreeBSD.org>2002-04-28 19:25:07 +0000
commitf8c369f7e5ced10460a44577e47774f38701b831 (patch)
tree54b58d5abc04323ae639c02f4cb133deb93be402 /sys/dev/mii/nsphy.c
parent47669f2ea061ed29fe2ae4638fa8055cd9144c3a (diff)
downloadFreeBSD-src-f8c369f7e5ced10460a44577e47774f38701b831.zip
FreeBSD-src-f8c369f7e5ced10460a44577e47774f38701b831.tar.gz
Don't pass three args when one will do just fine, and even prevent
mistakes like the one brgphy.c (now corrected).
Diffstat (limited to 'sys/dev/mii/nsphy.c')
-rw-r--r--sys/dev/mii/nsphy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c
index 9059230..3e47c7d 100644
--- a/sys/dev/mii/nsphy.c
+++ b/sys/dev/mii/nsphy.c
@@ -181,7 +181,7 @@ static int nsphy_attach(dev)
sc->mii_capabilities =
PHY_READ(sc, MII_BMSR) & ma->mii_capmask;
device_printf(dev, " ");
- mii_add_media(mii, sc->mii_capabilities, sc->mii_inst);
+ mii_add_media(sc);
printf("\n");
#undef ADD
OpenPOWER on IntegriCloud