Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141886587
D44485.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D44485.id.diff
View Options
diff --git a/sys/dev/eqos/if_eqos.c b/sys/dev/eqos/if_eqos.c
--- a/sys/dev/eqos/if_eqos.c
+++ b/sys/dev/eqos/if_eqos.c
@@ -1191,7 +1201,7 @@
/* Attach MII driver */
if ((error = mii_attach(sc->dev, &sc->miibus, ifp, eqos_media_change,
eqos_media_status, BMSR_DEFCAPMASK, MII_PHY_ANY,
- MII_OFFSET_ANY, 0))) {
+ MII_OFFSET_ANY, MIIF_FORCEANEG))) {
device_printf(sc->dev, "PHY attach failed\n");
return (ENXIO);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 13, 12:31 AM (11 h, 8 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27622997
Default Alt Text
D44485.id.diff (439 B)
Attached To
Mode
D44485: eqos: MII bus force auto negotiation
Attached
Detach File
Event Timeline
Log In to Comment