No. consistent memory needs to be reachable by the device as well.
dma_mask constrains which memory pci_alloc_consistent() can use.
> dma_masks are used by the I/O subsystem to determine whether direct DMA to a
> memory region containing an I/O buffer is possible or whether it has to be
> bounced. Consistent memory is usually allocated for driver specific
> transfers. The I/O subsystem doesn't usually require the actual I/O buffers
> to be in consistent memory.
right.
grant
-
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/