FreeBSD Bugzilla – Attachment 169285 Details for
Bug 208597
nfe, MCP79: up-down pingpong at boot time, but no dhcp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rgephy(4) link patch
rgephy.link.diff (text/plain), 844 bytes, created by
Pyun YongHyeon
on 2016-04-13 12:15:21 UTC
(
hide
)
Description:
rgephy(4) link patch
Filename:
MIME Type:
Creator:
Pyun YongHyeon
Created:
2016-04-13 12:15:21 UTC
Size:
844 bytes
patch
obsolete
>Index: sys/dev/mii/rgephy.c >=================================================================== >--- sys/dev/mii/rgephy.c (revision 297796) >+++ sys/dev/mii/rgephy.c (working copy) >@@ -292,8 +292,7 @@ rgephy_linkup(struct mii_softc *sc) > uint16_t reg; > > linkup = 0; >- if ((sc->mii_flags & MIIF_PHYPRIV0) == 0 && >- sc->mii_mpd_rev >= RGEPHY_8211B) { >+ if ((sc->mii_flags & MIIF_PHYPRIV0) == 0) { > if (sc->mii_mpd_rev == RGEPHY_8211F) { > reg = PHY_READ(sc, RGEPHY_F_MII_SSR); > if (reg & RGEPHY_F_SSR_LINK) >@@ -344,8 +343,7 @@ rgephy_status(struct mii_softc *sc) > } > } > >- if ((sc->mii_flags & MIIF_PHYPRIV0) == 0 && >- sc->mii_mpd_rev >= RGEPHY_8211B) { >+ if ((sc->mii_flags & MIIF_PHYPRIV0) == 0) { > if (sc->mii_mpd_rev == RGEPHY_8211F) { > ssr = PHY_READ(sc, RGEPHY_F_MII_SSR); > switch (ssr & RGEPHY_F_SSR_SPD_MASK) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208597
:
169066
|
169159
|
169169
| 169285 |
169443
|
169444
|
169445