commit | d10fb2c7b5ce1b475df50cde9262d2c3fe3d296e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Tue Oct 02 21:55:41 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:54:05 2007 -0400 |
tree | fd037eb44ff9ac58cf8f207efc11cb6612d851cf | |
parent | b249c7fda2ca8efcbe37ace1e20a3fffac08bccb [diff] |
[SCSI] advansys: Use dma mapping for overrun buffer Convert the call to virt_to_bus() into a call to dma_map_single(). Some architectures may require different DMA addresses for different devices, so allocate one overrun buffer per host rather than one for all cards. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>