From: "Tom \"spot\" Callaway" <tcallawa@xxxxxxxxxx> Date: Fri, 13 Apr 2007 23:10:46 -0500 > Here you go. Doesn't seem to make much difference. The only difference I > see is this: > > ESP: tgt[0] lun[0] scsi_cmd [ 12 00 00 00 24 c2 ] I need to have my head examined :-) Please try this patch: diff --git a/drivers/scsi/esp.c b/drivers/scsi/esp.c index 989b022..b500961 100644 --- a/drivers/scsi/esp.c +++ b/drivers/scsi/esp.c @@ -174,7 +174,7 @@ static void esp_enable_interrupts(struct esp *esp) { u32 val = dma_read32(DMA_CSR); - dma_write32(val & ~DMA_INT_ENAB, DMA_CSR); + dma_write32(val | DMA_INT_ENAB, DMA_CSR); } static int esp_interrupt_pending(struct esp *esp) - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html