Commit 8f2714ca authored by Daniele Venzano's avatar Daniele Venzano Committed by Tom Rini

[PATCH] Add Altimata PHY to sis900 driver

The attached patch fixes a long standing detection problem with the
sis900 driver.
This PHY chip is used on some Pentium 4  with SiS chipset and on the
Acer Aspire 1705SMi (at least) notebook.
Signed-Off-By: default avatarDaniele Venzano <webvenza@libero.it>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 6b21f941
......@@ -120,6 +120,7 @@ static struct mii_chip_info {
} mii_chip_table[] = {
{ "SiS 900 Internal MII PHY", 0x001d, 0x8000, LAN },
{ "SiS 7014 Physical Layer Solution", 0x0016, 0xf830, LAN },
{ "Altimata AC101LF PHY", 0x0022, 0x5520, LAN },
{ "AMD 79C901 10BASE-T PHY", 0x0000, 0x6B70, LAN },
{ "AMD 79C901 HomePNA PHY", 0x0000, 0x6B90, HOME},
{ "ICS LAN PHY", 0x0015, 0xF440, LAN },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment