diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2005-07-30 13:15:51 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:21:01 -0400 |
commit | 560d3d521decc6d05dc0d6e007f1d2e1d3048102 (patch) | |
tree | 59f38e46a795247100d9d23bb8222dd40c2b86fa /drivers/net/sis190.c | |
parent | fcb9821d3dd62ede360e7991734ac22b79e9a4f0 (diff) | |
download | linux-3.10-560d3d521decc6d05dc0d6e007f1d2e1d3048102.tar.gz linux-3.10-560d3d521decc6d05dc0d6e007f1d2e1d3048102.tar.bz2 linux-3.10-560d3d521decc6d05dc0d6e007f1d2e1d3048102.zip |
[PATCH] sis190: PHY identifier for the K8S-MX motherboard.
Added PHY identifier for the Asus K8S-MX motherboard
Note: the same ID appears in the sis900 driver.
Signed-off-by: Lars Vahlenberg <lars.vahlenberg@gmail.com>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/sis190.c')
-rw-r--r-- | drivers/net/sis190.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c index fe2ab6fd138..84bc2299f93 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c @@ -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, } }; |