Hi Dominik: Thanks for the reply. The pata_pcmcia.c uses the MODULE_DEVICE_TABLE to provide a comprehensive list of the Manufacturer ID/Card ID's for various Storage Cards. I assume the list is used to load the appropriate Client driver based on the inserted card. If the driver is running on a production device and if someone plug's in a brand new CF Storage Card (which is not present in the pcmcia_devices[] list) do you know how this is supported? Please correct me if I am wrong.
Regards, kiran On Thu, Jun 19, 2008 at 2:54 PM, Dominik Brodowski <[EMAIL PROTECTED]> wrote: > Hi, > > the only issue I know an answer for: > > On Thu, Jun 19, 2008 at 02:44:35PM -0400, kiran vedere wrote: >> 4. I have read that the 2.6 kernel uses pcmciamtd.c Client Driver >> instead of memory_cs.c. Does this support Compact Flash Storage? > > memory_cs.c is deprecated in favor of pcmciamtd.c. Unfortunately, though, > the latter is marked BROKEN... > > Best, > Dominik > _______________________________________________ Linux PCMCIA reimplementation list http://lists.infradead.org/mailman/listinfo/linux-pcmcia
