Files
linux/drivers
Matthew Wilcox b249c7fda2 [SCSI] advansys: Remove a couple of uses of bus_to_virt
Replace ASC_VADDR_TO_U32 and ASC_U32_TO_VADDR with an auto-expanding
array that maps pointers to 32-bit IDs and back.  One of the uses of
ASC_VADDR_TO_U32 was in error; it should have been using ADV_VADDR_TO_U32.

Also replace the use of virt_to_bus when setting the sense_address with
a call to dma_map_single() followed by dma_cache_sync.  This part cribbed
from the 53c700 driver.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2007-10-12 14:54:00 -04:00
..
2007-07-31 15:39:39 -07:00
2007-08-06 16:10:54 +01:00
2007-07-31 15:39:39 -07:00
2007-07-21 18:37:12 -07:00
2007-07-30 21:14:00 -04:00
2007-08-14 18:37:15 +02:00
2007-08-01 23:46:46 +02:00
2007-08-11 22:34:48 +02:00
2007-08-11 15:47:41 -07:00
2007-07-31 15:39:37 -07:00
2007-07-29 16:53:59 -07:00
2007-07-31 15:39:44 -07:00
2007-10-12 14:47:21 -04:00
2007-08-11 15:47:42 -07:00
2007-07-26 11:11:57 -07:00
2007-07-26 11:35:17 -07:00
2007-07-29 18:58:39 +00:00