mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY used
in the 3C905C. This is mainly cosmetic. I'm doing this mainly so we share the same identifier as NetBSD.
This commit is contained in:
parent
27f3fb1aad
commit
daec3648eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99439
@ -131,7 +131,7 @@ static int exphy_probe(dev)
|
||||
if ((MII_OUI(ma->mii_id1, ma->mii_id2) != 0 ||
|
||||
MII_MODEL(ma->mii_id2) != 0) &&
|
||||
(MII_OUI(ma->mii_id1, ma->mii_id2) != MII_OUI_BROADCOM ||
|
||||
MII_MODEL(ma->mii_id2) != MII_MODEL_BROADCOM_3c905Cphy))
|
||||
MII_MODEL(ma->mii_id2) != MII_MODEL_BROADCOM_3C905C))
|
||||
return (ENXIO);
|
||||
|
||||
/*
|
||||
@ -143,7 +143,7 @@ static int exphy_probe(dev)
|
||||
if (MII_OUI(ma->mii_id1, ma->mii_id2) == 0)
|
||||
device_set_desc(dev, "3Com internal media interface");
|
||||
else
|
||||
device_set_desc(dev, MII_STR_BROADCOM_3c905Cphy);
|
||||
device_set_desc(dev, MII_STR_BROADCOM_3C905C);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
@ -105,7 +105,7 @@ model AMD 79c973phy 0x0036 Am79c973 internal PHY
|
||||
model AMD 79c978 0x0039 Am79c978 HomePNA PHY
|
||||
|
||||
/* Broadcom Corp. PHYs. */
|
||||
model BROADCOM 3c905Cphy 0x0017 3c905C 10/100 internal PHY
|
||||
model BROADCOM 3C905C 0x0017 3c905C 10/100 internal PHY
|
||||
model xxBROADCOM BCM5400 0x0004 Broadcom 1000baseTX PHY
|
||||
model xxBROADCOM BCM5401 0x0005 BCM5401 10/100/1000baseTX PHY
|
||||
model xxBROADCOM BCM5411 0x0007 BCM5411 10/100/1000baseTX PHY
|
||||
|
Loading…
Reference in New Issue
Block a user