diff options
author | Phil Edworthy <PHIL.EDWORTHY@renesas.com> | 2011-10-12 02:29:39 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-19 00:01:01 -0400 |
commit | 28c213793c994e4aac5f669ce856b5682a549bbb (patch) | |
tree | 3f8cb42f99b43b28b4ef2791e2337a9548f48250 | |
parent | e730c82347b9dc75914da998c44c3f348965db41 (diff) | |
download | linux-rt-28c213793c994e4aac5f669ce856b5682a549bbb.tar.gz |
smsc911x: Add support for SMSC LAN89218
LAN89218 is register compatible with LAN911x.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/smsc911x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/smsc911x.c b/drivers/net/smsc911x.c index b9016a30cdc5..c90ddb61cc56 100644 --- a/drivers/net/smsc911x.c +++ b/drivers/net/smsc911x.c @@ -26,6 +26,7 @@ * LAN9215, LAN9216, LAN9217, LAN9218 * LAN9210, LAN9211 * LAN9220, LAN9221 + * LAN89218 * */ @@ -1983,6 +1984,7 @@ static int __devinit smsc911x_init(struct net_device *dev) case 0x01170000: case 0x01160000: case 0x01150000: + case 0x218A0000: /* LAN911[5678] family */ pdata->generation = pdata->idrev & 0x0000FFFF; break; |