Re: Better support for Delkin cardbus CF adapters -- IDE layer

From: Mark Lord
Date: Mon Nov 12 2007 - 14:11:30 EST


Ron Yorgason wrote:
But I'm concerned about performance. The delkin_cb.c file states:

* This is slightly peculiar, in that it is a PCI driver,
* but is NOT an IDE PCI driver -- the IDE layer does not directly
* support hot insertion/removal of PCI interfaces, so this driver
* is unable to use the IDE PCI interfaces. Instead, it uses the
* same interfaces as the ide-cs (PCMCIA) driver uses.
* On the plus side, the driver is also smaller/simpler this way.


My attempts to use hdparm to turn on DMA for my device have failed. I
assume this means DMA is not currently supported. In my tests, read
support seems fast enough, but writing maxes out around 2MB/s. And if
there is a lot of reading and writing going on (ie, trying to compile
the kernel), performance is pretty abysmal. What would it take to get
proper DMA support? Is it an architecture problem, in that this
doesn't use the normal IDE PCI driver? Is it a lack of documentation
on card specs? What can I do to help?
..

The problem is total lack of documentation.

If you can find some docs, then we can fully support it,
both in old IDE (as current), and in the newer libata (not there at all now).

Cheers -
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/