diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2005-07-30 07:15:51 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:21:01 -0400 |
commit | 560d3d521decc6d05dc0d6e007f1d2e1d3048102 (patch) | |
tree | 59f38e46a795247100d9d23bb8222dd40c2b86fa /drivers | |
parent | fcb9821d3dd62ede360e7991734ac22b79e9a4f0 (diff) |
[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')
-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 fe2ab6fd1384..84bc2299f93b 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c | |||
@@ -325,6 +325,7 @@ static struct mii_chip_info { | |||
325 | { "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN }, | 325 | { "Broadcom PHY BCM5461", { 0x0020, 0x60c0 }, LAN }, |
326 | { "Agere PHY ET1101B", { 0x0282, 0xf010 }, LAN }, | 326 | { "Agere PHY ET1101B", { 0x0282, 0xf010 }, LAN }, |
327 | { "Marvell PHY 88E1111", { 0x0141, 0x0cc0 }, LAN }, | 327 | { "Marvell PHY 88E1111", { 0x0141, 0x0cc0 }, LAN }, |
328 | { "Realtek PHY RTL8201", { 0x0000, 0x8200 }, LAN }, | ||
328 | { NULL, } | 329 | { NULL, } |
329 | }; | 330 | }; |
330 | 331 | ||