1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Recognize 88E1116R phy variation. This part is found on some embedded devices.

Obtained from:	Semihalf
This commit is contained in:
Rafal Jaworowski 2008-09-04 11:09:40 +00:00
parent f308bddd3f
commit d99ebc85d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182751
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@ static const struct mii_phydesc e1000phys[] = {
MII_PHY_DESC(MARVELL, E1149),
MII_PHY_DESC(MARVELL, E1111),
MII_PHY_DESC(MARVELL, E1116),
MII_PHY_DESC(MARVELL, E1116R),
MII_PHY_DESC(MARVELL, E1118),
MII_PHY_DESC(xxMARVELL, E1000),
MII_PHY_DESC(xxMARVELL, E1011),

View File

@ -239,6 +239,7 @@ model MARVELL E1112 0x0009 Marvell 88E1112 Gigabit PHY
model MARVELL E1149 0x000b Marvell 88E1149 Gigabit PHY
model MARVELL E1111 0x000c Marvell 88E1111 Gigabit PHY
model MARVELL E1116 0x0021 Marvell 88E1116 Gigabit PHY
model MARVELL E1116R 0x0024 Marvell 88E1116R Gigabit PHY
model MARVELL E1118 0x0022 Marvell 88E1118 Gigabit PHY
model xxMARVELL E1000 0x0005 Marvell 88E1000 Gigabit PHY
model xxMARVELL E1011 0x0002 Marvell 88E1011 Gigabit PHY