On Sun, 2006-10-08 at 22:24 +0200, Guennadi Liakhovetski wrote: > - pSRB->SGBusAddr = > cpu_to_le32(pci_dma_lo32(sg_dma_address(psgl))); > - pSRB->SGToBeXferLen = cpu_to_le32(sg_dma_len(psgl)); > + pSRB->SGBusAddr = sg_dma_address(psgl); > + pSRB->SGToBeXferLen = sg_dma_len(psgl); Are you sure that's what you want to do? Your Scsi Request Block must therefore be purely internal to the driver and not passed across to the card in any way, is that correct? James - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html