diff options
author | Daniele Venzano <venza@brownhat.org> | 2006-11-20 22:43:31 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-11-20 22:43:31 +0100 |
commit | 70c505610f4cda24c28b018db8c260c02f533a4f (patch) | |
tree | e98ebb16899f057af13d7749dbfe56a614ade423 | |
parent | 0379a9a1d4e8caa7dbc9e73969435d4889751a2b (diff) |
Add new PHY to sis900 supported list
This patch 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: Adrian Bunk <bunk@stusta.de>
-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 a5ac8257a5c..f185b4cf7e3 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c @@ -132,6 +132,7 @@ static 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 }, |