1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Add a new RDC phy

Reviewed by:	jhb
Obtained from:	NetBSD via Andrius V
Differential Revision:	https://reviews.freebsd.org/D35034
This commit is contained in:
Kevin Lo 2022-04-25 10:00:58 +08:00
parent 8f216d282c
commit 5586515ab1
2 changed files with 2 additions and 0 deletions

View File

@ -315,6 +315,7 @@ model xxQUALSEMI QS6612 0x0000 QS6612 10/100 media interface
/* RDC Semiconductor PHYs */
model RDC R6040 0x0003 R6040 10/100 media interface
model RDC R6040_2 0x0005 R6040 10/100 media interface
/* RealTek Semicondctor PHYs */
model yyREALTEK RTL8201L 0x0020 RTL8201L 10/100 media interface

View File

@ -85,6 +85,7 @@ static void rdcphy_status(struct mii_softc *);
static const struct mii_phydesc rdcphys[] = {
MII_PHY_DESC(RDC, R6040),
MII_PHY_DESC(RDC, R6040_2),
MII_PHY_END
};