sis190: add new phy found on asus F5Sr laptop
authorRiccardo Ghetta <birrachiara@tin.it>
Thu, 4 Jun 2009 09:05:07 +0000 (09:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jun 2009 07:15:13 +0000 (00:15 -0700)
Signed-off-by: Riccardo Ghetta <birrachiara@tin.it>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sis190.c

index ee32ad26b96c8f1afa1dc50aa9af7a513e1d25c4..75bd947d40bf059f414040dbde9bb2a9e71ae3ad 100644 (file)
@@ -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 },