Fix the PHY support for the 5780. I mis-merged this from my sources.
This commit is contained in:
parent
2220e69353
commit
7b76202b5a
@ -163,6 +163,7 @@ brgphy_probe(device_t dev)
|
||||
if (MII_OUI(ma->mii_id1, ma->mii_id2) == MII_OUI_xxBROADCOM &&
|
||||
MII_MODEL(ma->mii_id2) == MII_MODEL_xxBROADCOM_BCM5780) {
|
||||
device_set_desc(dev, MII_STR_xxBROADCOM_BCM5780);
|
||||
return (0);
|
||||
}
|
||||
|
||||
if (MII_OUI(ma->mii_id1, ma->mii_id2) == MII_OUI_xxBROADCOM &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user