Hi,

On Wed, Jun 18, 2008 at 07:08:13PM -0400, kiran vedere wrote:
> I am trying to add Compact Flash Support on an ARM Platform. Apart
> from implementing a CF Host Controller Driver do I need to implement
> seperate Client Drivers to support CF Storage Cards or can I just
> reuse the existing client drivers (ide-cs.c for IDE Emulation and
> memory_cs.c for regular flash access) available.

for IDE Emulation you can use pata_pcmcia.c (now preferred instead of
ide_cs.c) indeed.

memory_cs.c has unfortunately been broken for ages. Nonetheless, fixing and
then re-using memory_cs.c (or re-writing something similarily generic) would
be the right thing, instead of implementing a special CF flash access
driver.

Thanks and best wishes,
        Dominik

_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia

Reply via email to