Fix the PHY support for the 5780. I mis-merged this from my sources.

This commit is contained in:
Paul Saab 2006-04-12 18:34:00 +00:00
parent 2220e69353
commit 7b76202b5a

View File

@ -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 &&