diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 13:45:31 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 13:45:31 +0000 |
commit | f7b2354aec9f59f19663cf85b57592e1e14fb391 (patch) | |
tree | 06a51671d8f814642edc4d4d199d5ba16db671ee /arch/mips/jazz | |
parent | 9f82e0c0f69b7f2f23206b1d3a2af7032f7131a8 (diff) |
Enable the SCSI interrupt, too.
Diffstat (limited to 'arch/mips/jazz')
-rw-r--r-- | arch/mips/jazz/jazzdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/jazz/jazzdma.c b/arch/mips/jazz/jazzdma.c index 470185266..7d4f3b3e3 100644 --- a/arch/mips/jazz/jazzdma.c +++ b/arch/mips/jazz/jazzdma.c @@ -375,6 +375,7 @@ void vdma_enable(int channel) * Clear all interrupt flags */ r4030_write_reg32(JAZZ_R4030_CHNL_ENABLE+(channel<<5), + r4030_read_reg32(JAZZ_R4030_CHNL_ENABLE+(channel<<5)) | R4030_TC_INTR | R4030_MEM_INTR | R4030_ADDR_INTR); /* |