diff options
author | Daniele Venzano <venza@brownhat.org> | 2006-08-12 11:17:03 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-14 13:59:31 -0400 |
commit | 80a8003f9236992fce45e6b2d0f33098b55a3859 (patch) | |
tree | 0f42717d499baaed5925079a6a8f4522b0a68399 /drivers/net/sis900.c | |
parent | f5c7db1c915ddad32deda2afcdf7ecf1d84fc8fd (diff) |
[PATCH] Add new PHY to sis900 supported list
Please include the attached patch that adds support for a new PHY to the
sis900 driver. See also Bugzilla 6919.
Signed-off-by: Daniele Venzano <venza@brownhat.org>
--
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 29ee7ffedfff..b19f3abd3dc9 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c @@ -134,6 +134,7 @@ static const struct mii_chip_info { { "AMD 79C901 10BASE-T PHY", 0x0000, 0x6B70, LAN }, { "AMD 79C901 HomePNA PHY", 0x0000, 0x6B90, HOME}, { "ICS LAN PHY", 0x0015, 0xF440, LAN }, + { "ICS LAN PHY", 0x0143, 0xBC70, LAN }, { "NS 83851 PHY", 0x2000, 0x5C20, MIX }, { "NS 83847 PHY", 0x2000, 0x5C30, MIX }, { "Realtek RTL8201 PHY", 0x0000, 0x8200, LAN }, |