Re: Streaming DMA mapping question

David S. Miller (davem@redhat.com)
Sun, 15 Sep 2002 20:30:06 -0700 (PDT)


From: Adam Kropelin <akropel1@rochester.rr.com>
Date: Fri, 13 Sep 2002 23:51:13 -0400

It seems that pci_dma_sync_*() transfers ownership in either direction.

That's a bug in the documentation, and no platform which has to care
about this area actually does what you imply.

A new interface needs to be added to transfer control in the other
direction. pci_dma_sync_*() only handles transferring control from
device to CPU..

I know this makes drivers like eepro100 buggy, this was discussed
a month or two ago wrt. MIPS on linux-kernel, check the archives
for the thread.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/