diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 13:44:04 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 13:44:04 +0000 |
commit | 9f82e0c0f69b7f2f23206b1d3a2af7032f7131a8 (patch) | |
tree | 91a8412e5b760b986362c6e22a16114601dfe2ee /arch | |
parent | f081761365d2a2f2085ce6573a9c4d1b530bde00 (diff) |
Implement Jazz SCSI interrupt handler.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/jazz/int-handler.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/jazz/int-handler.S b/arch/mips/jazz/int-handler.S index 87fd335db..971066c1a 100644 --- a/arch/mips/jazz/int-handler.S +++ b/arch/mips/jazz/int-handler.S @@ -278,7 +278,10 @@ loc_ethernet: li s1,~JAZZ_IE_ETHERNET b loc_call li t3,PTRSIZE*JAZZ_ETHERNET_IRQ # delay slot -loc_scsi: PANIC("Unimplemented loc_scsi handler") +loc_scsi: li s1,~JAZZ_IE_SCSI + li a0,12 # JAZZ_SCSI_IRQ */ + b loc_call + li t3,PTRSIZE*12 # JAZZ_ETHERNET_IRQ # delay slot /* * Keyboard interrupt handler |