Re: New resources - pls, explain :-(

Philip Blundell (Philip.Blundell@pobox.com)
Sun, 22 Aug 1999 00:37:40 +0100


>Consider the following sequence of driver events:
>
>1. adapter DMAs into host memory
>2. DMA completes
>3. host reads DMA-ed data out of host memory
>
>A non-cache-coherent bus means that you need to insert a magic step
>between 2 and 3 to guarantee that the CPU reads the new data. (it
>also affects the opposite process, where the CPU writes to host memory,
>and then the adapter DMAs out of it)

This is what the dma_cache_xxx functions defined in asm/io.h are for.

p.

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