mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support IC Plus IP101 10/100 PHY that is found on nVidia network
adapters. Submitted by: Shigeaki Tagashira < shigeaki AT se DOT hiroshima-u DOT ac DOT jp >
This commit is contained in:
parent
3d6f32f19f
commit
f6e6f7f2fa
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ static const struct mii_phydesc rlintphys[] = {
|
|||
|
||||
static const struct mii_phydesc rlphys[] = {
|
||||
MII_PHY_DESC(REALTEK, RTL8201L),
|
||||
MII_PHY_DESC(ICPLUS, IP101),
|
||||
MII_PHY_END
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue