lkml.org 
[lkml]   [2003]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: FWD: qla1280 SCSI driver crash on visws
From
Date
>>>>> "Andrey" == Andrey Panin,,, <pazke@switch-ats62.donpac.ru> writes:

Andrey> Hello Jes, qla1280 SCSI driver crashes in inetrrupt handler on
Andrey> visws

Andrey> Please take a look.

Andrey,

Try this as a band-aid. It's not a final patch, but it should get the
thing booting.

Jes


diff -Naur -X /home/jbarnes/dontdiff linux-2.6.0-test5-ia64/drivers/scsi/qla1280.c linux-2.6.0-test5-ia64-sn/drivers/scsi/qla1280.c
--- linux-2.6.0-test5-ia64/drivers/scsi/qla1280.c Mon Sep 8 12:50:43 2003
+++ linux-2.6.0-test5-ia64-sn/drivers/scsi/qla1280.c Mon Sep 15 12:19:06 2003
@@ -3359,9 +3359,9 @@
ha->bus_settings[bus].scsi_bus_dead = 1;
ha->bus_settings[bus].failed_reset_count++;
} else {
- spin_unlock_irq(HOST_LOCK);
+/* spin_unlock_irq(HOST_LOCK); */
schedule_timeout(reset_delay * HZ);
- spin_lock_irq(HOST_LOCK);
+/* spin_lock_irq(HOST_LOCK); */

ha->bus_settings[bus].scsi_bus_dead = 0;
ha->bus_settings[bus].failed_reset_count = 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.027 / U:2.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site