]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sis900 adm7001 PHY support
authorArtur Skawina <art_k@o2.pl>
Mon, 20 Nov 2006 21:32:56 +0000 (22:32 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 20 Nov 2006 21:32:56 +0000 (22:32 +0100)
this patch is required to get a SIS964 based motherboard ethernet working
(FSC D1875) (picking the #1 transceiver, instead of the last one, in case
no known ones were found might be a better default, and would have worked
in this case too)

Signed-off-by: Artur Skawina <art_k@o2.pl>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/sis900.c

index 7a952fe60be28dc8604f1c42ce6d51413251c40a..a5ac8257a5c0d3d006488aedf545c8b40b853b9b 100644 (file)
@@ -128,6 +128,7 @@ static struct mii_chip_info {
        { "SiS 900 Internal MII PHY",           0x001d, 0x8000, LAN },
        { "SiS 7014 Physical Layer Solution",   0x0016, 0xf830, LAN },
        { "Altimata AC101LF PHY",               0x0022, 0x5520, LAN },
+       { "ADM 7001 LAN PHY",                   0x002e, 0xcc60, LAN },
        { "AMD 79C901 10BASE-T PHY",            0x0000, 0x6B70, LAN },
        { "AMD 79C901 HomePNA PHY",             0x0000, 0x6B90, HOME},
        { "ICS LAN PHY",                        0x0015, 0xF440, LAN },