diff options
author | Artur Skawina <art_k@o2.pl> | 2006-03-21 22:04:36 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-22 20:30:45 -0500 |
commit | 494aced2cda34c186083f7d53c419426eea3d584 (patch) | |
tree | 5eafa0da01a37c0d943b13c8f1e3eb5c433f62a1 /drivers/net/sis900.c | |
parent | eadfa7ddca98b0430b8b666e0344ab1d559389c8 (diff) | |
download | linux-3.10-494aced2cda34c186083f7d53c419426eea3d584.tar.gz linux-3.10-494aced2cda34c186083f7d53c419426eea3d584.tar.bz2 linux-3.10-494aced2cda34c186083f7d53c419426eea3d584.zip |
[PATCH] sis900 adm7001 PHY support
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: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sis900.c')
-rw-r--r-- | drivers/net/sis900.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index a1cb07cdb60..253440a9802 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c @@ -128,6 +128,7 @@ static const 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 }, |