patch-2.1.48 linux/arch/mips/jazz/int-handler.S

Next file: linux/arch/mips/jazz/jazzdma.c
Previous file: linux/arch/mips/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.47/linux/arch/mips/jazz/int-handler.S linux/arch/mips/jazz/int-handler.S
@@ -278,7 +278,10 @@
 		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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov