I'm using PCMCIA Card and Socket Services version 2.6.0 on Linux
kernel version 1.2.8. The following line of code is being reached
when it hits my IBM PCMCIA Credit Card Ethernet Adapter:
modules/bulkmem.c:342: printk("cs: Device info does not match JEDEC info!\n");
The ethernet device is not initialized successfully. I didn't see
this problem with earlier versions of the PCMCIA support. I noticed
that some of the cards in the simple config file had "jedec" entries,
which are not documented in the man pages. What is the JEDEC info?
I'm about to try reverting to an older version of the PCMCIA software.
Any other suggestions?
-Calvin