Added PHY identifier for the Asus K8S-MX motherboard Note: the same ID appears in the sis900 driver. Signed-off-by: Lars Vahlenberg Signed-off-by: Francois Romieu drivers/net/sis190.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/net/sis190.c~sis190-130 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-130 2005-07-30 00:19:31.000000000 +0200 +++ b/drivers/net/sis190.c 2005-07-30 11:20:24.725745884 +0200 @@ -325,6 +325,7 @@ static struct mii_chip_info { { "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN }, { "Agere PHY ET1101B", { 0x0282, 0xf010 }, LAN }, { "Marvell PHY 88E1111", { 0x0141, 0x0cc0 }, LAN }, + { "Realtek PHY RTL8201", { 0x0000, 0x8200 }, LAN }, { NULL, } }; _