What does pci_map_single do

shesha bhushan (bhushan_vadulas@hotmail.com)
Wed, 19 Feb 2003 03:10:23 +0000


Hi All,

I wanted to use DMA in my device driver.

1. pci_map_single will transfer the data from RAM (kernel area) to the
hardware accessible area and will provide with a pointer which can then be
passed to the hardware.
2. In the above function the "size" parameter indicates the amount of DMA
transfer.
Am I correct in the above two points? If I am wrong please correct me.

In the Linux Device driver book (page 408), he says, data must be explicitly
flushed from the processor cache. And data flushed this way is not avaliable
to the device.

This means that we must flush the processor cache before calling
pci_map_single. How can we achieve this.

Thanking You
Shesha

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

-
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/