diff options
author | Ken Kawasaki <ken_kawasaki@spring.nifty.jp> | 2009-05-01 22:21:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-01 22:21:26 -0400 |
commit | f0a3a1538d57dfb51c73d012cbb72f985cd419aa (patch) | |
tree | 660d030b3d55a98f0500d45fa4c678a9508e5f46 /drivers/net/pcmcia/3c574_cs.c | |
parent | 88d7d8b00cdc3117150faab4c4ace6d464b71c22 (diff) |
3c589_cs: add cis(firmware) of 3Com multifunction pcmcia card
3c589_cs,3c574_cs,serial_cs:
(1)add cis(firmware) of 3Com lan&modem mulitifunction pcmcia card.
(2)load correct configuration register for 3Com card
Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pcmcia/3c574_cs.c')
-rw-r--r-- | drivers/net/pcmcia/3c574_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/3c574_cs.c b/drivers/net/pcmcia/3c574_cs.c index 8f3872b8985d..f35c609ba020 100644 --- a/drivers/net/pcmcia/3c574_cs.c +++ b/drivers/net/pcmcia/3c574_cs.c | |||
@@ -1195,7 +1195,7 @@ static int el3_close(struct net_device *dev) | |||
1195 | 1195 | ||
1196 | static struct pcmcia_device_id tc574_ids[] = { | 1196 | static struct pcmcia_device_id tc574_ids[] = { |
1197 | PCMCIA_DEVICE_MANF_CARD(0x0101, 0x0574), | 1197 | PCMCIA_DEVICE_MANF_CARD(0x0101, 0x0574), |
1198 | PCMCIA_MFC_DEVICE_CIS_MANF_CARD(0, 0x0101, 0x0556, "3CCFEM556.cis"), | 1198 | PCMCIA_MFC_DEVICE_CIS_MANF_CARD(0, 0x0101, 0x0556, "cis/3CCFEM556.cis"), |
1199 | PCMCIA_DEVICE_NULL, | 1199 | PCMCIA_DEVICE_NULL, |
1200 | }; | 1200 | }; |
1201 | MODULE_DEVICE_TABLE(pcmcia, tc574_ids); | 1201 | MODULE_DEVICE_TABLE(pcmcia, tc574_ids); |