Skip to content

Commit

Permalink
sis190: add new phy found on asus F5Sr laptop
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Ghetta <birrachiara@tin.it>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Riccardo Ghetta authored and David S. Miller committed Jun 8, 2009
1 parent c3223d2 commit 856f8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/sis190.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ static struct mii_chip_info {
unsigned int type;
u32 feature;
} mii_chip_table[] = {
{ "Atheros PHY", { 0x004d, 0xd010 }, LAN, 0 },
{ "Atheros PHY AR8012", { 0x004d, 0xd020 }, LAN, 0 },
{ "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN, F_PHY_BCM5461 },
{ "Broadcom PHY AC131", { 0x0143, 0xbc70 }, LAN, 0 },
Expand Down

0 comments on commit 856f8f4

Please sign in to comment.