FreeBSD Bugzilla – Attachment 169169 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]
nfe(4) link patch
nfe.link.diff (text/plain), 508 bytes, created by
Pyun YongHyeon
on 2016-04-11 01:24:09 UTC
(
hide
)
Description:
nfe(4) link patch
Filename:
MIME Type:
Creator:
Pyun YongHyeon
Created:
2016-04-11 01:24:09 UTC
Size:
508 bytes
patch
obsolete
>Index: sys/dev/nfe/if_nfe.c >=================================================================== >--- sys/dev/nfe/if_nfe.c (revision 297796) >+++ sys/dev/nfe/if_nfe.c (working copy) >@@ -913,10 +913,10 @@ nfe_miibus_statchg(device_t dev) > } > } > >- nfe_mac_config(sc, mii); > txctl = NFE_READ(sc, NFE_TX_CTL); > rxctl = NFE_READ(sc, NFE_RX_CTL); > if (sc->nfe_link != 0 && (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0) { >+ nfe_mac_config(sc, mii); > txctl |= NFE_TX_START; > rxctl |= NFE_RX_START; > } else {
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