0

can somebody point me out to a simple doc on why dma_unmap is required. Please, be free to explain even the dma_map. I new to device drivers.

Thanks

Invictus
  • 2,653
  • 8
  • 31
  • 50

1 Answers1

0

I think that the following links can be useful:

http://www.kernel.org/doc/Documentation/DMA-API.txt

http://en.wikipedia.org/wiki/Direct_memory_access

Federico
  • 3,782
  • 32
  • 46