summaryrefslogtreecommitdiff
path: root/linux-2.6.10
diff options
context:
space:
mode:
authorThierry Carre2009-06-09 15:33:19 +0200
committerThierry Carre2009-06-09 15:33:19 +0200
commit86ce33d39ba0b033d4b6c82350fc9f7b9f0d817c (patch)
tree27bb00ca30bd04205dd35cea2f80a20fd6cfb7da /linux-2.6.10
parent823b5a10c995520d2a648d59f34cbb01babf0be8 (diff)
[Ethernet] Backport the second ID of IP175D in spc200c
Diffstat (limited to 'linux-2.6.10')
-rw-r--r--linux-2.6.10/drivers/net/ks8001/KS8001.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6.10/drivers/net/ks8001/KS8001.c b/linux-2.6.10/drivers/net/ks8001/KS8001.c
index e8a9b6ea10..ad2d9569e4 100644
--- a/linux-2.6.10/drivers/net/ks8001/KS8001.c
+++ b/linux-2.6.10/drivers/net/ks8001/KS8001.c
@@ -1720,7 +1720,7 @@ static int ks8001_open (struct net_device *dev)
// phy 5 is the between the ethernet switch and spc200c
pr->mii_if.phy_id = 5;
- if (ID2 == 0x175D)
+ if ((ID2 == 0x175D) || (ID2 == 0x0c40))
{
printk(DRV_NAME": PHY for %s is IC+ IP175D rev %u\n",dev->name,pr->phy_rev);
pr->OUI_model = ICPLUS_IP175D; // Dirty patch against the hardware.