PCMCIA Client Drivers for accessing CF Storage Card
Dominik Brodowski
linux at dominikbrodowski.net
Thu Jun 19 03:45:45 EDT 2008
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
More information about the linux-pcmcia
mailing list