[RFC v3] PCMCIA locking updates for 2.6.34
Komuro
komurojun-mbn at nifty.com
Sat Feb 20 17:59:37 EST 2010
Hi,
> > eth8: command 0x5800 did not complete!
> > eth8: command 0x5800 did not complete!
> > eth8: command 0x5800 did not complete!
> > eth8: command 0x5800 did not complete!
> > eth8: command 0x5800 did not complete!
>
> Actually, this error happens when the conf->ConfigIndex of the 3com card
> is not set up properly...
>but that is statically set to "1" in 3c589_cs.c? I'm a bit confused...
I set the ConfigIndex = 7 in 3c589_cs.c.
3CXEM556 works now.
- link->conf.ConfigIndex = 1;
+ link->conf.ConfigIndex = 7;
Best Regards
Komuro
More information about the linux-pcmcia
mailing list