RE: Question: how to map SCSI data DMA address to virtual address?

From: Ju, Seokmann
Date: Thu Mar 02 2006 - 12:19:34 EST


Hi,

Thursday, March 02, 2006 12:09 PM Christoph Hellwig wrote:
> For each sg list entry do something like:
>
> buffer = kmap_atomic(sg->page, KM_USER0) + sg->offset;
> <access buffer>
> kunmap_atomic(buffer - sg->offset, KM_USER0);
Thank you for your comment!
I'll try with this.

Thank you again.
-
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/