linux/drivers/scsi/qla2xxx
Giridhar Malavali d1b1bef4c9 [SCSI] qla2xxx: Drop use of IRQF_DISABLE.
When IRQs are shared by multiple controllers and if the first one
to register does not disable the IRQ, then IRQ will be enabled
for all other controllers by default, irrespective of their
setting. With IRQF_DISABLED registration, the driver interrupt
routine was called with interrupt enabled always. Disbaling the
registration with IRQF_DISABLED, since driver code is re-entrant
safe and all critical sections are guarded with interrupt safe
locks.

Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2009-04-03 09:22:51 -05:00
..
Kconfig [SCSI] qla2xxx: Update firmware filenames for new ISP parts. 2008-04-07 12:19:11 -05:00
Makefile [SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support. 2008-01-23 11:29:32 -06:00
qla_attr.c [SCSI] qla2xxx: Add EDC-update support. 2009-04-03 09:22:51 -05:00
qla_dbg.c [SCSI] qla2xxx: Add ISP81XX support. 2009-01-07 15:51:44 -06:00
qla_dbg.h [SCSI] qla2xxx: Add ISP81XX support. 2009-01-07 15:51:44 -06:00
qla_def.h [SCSI] qla2xxx: Add EDC-update support. 2009-04-03 09:22:51 -05:00
qla_devtbl.h [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card. 2009-02-10 11:15:18 -05:00
qla_dfs.c [SCSI] qla2xxx: Initialize FCE debugfs codes with the proper vha structure. 2009-04-03 09:22:45 -05:00
qla_fw.h [SCSI] qla2xxx: Add reset capabilities for application support. 2009-04-03 09:22:49 -05:00
qla_gbl.h [SCSI] qla2xxx: Add EDC-update support. 2009-04-03 09:22:51 -05:00
qla_gs.c [SCSI] qla2xxx: Add ISP81XX support. 2009-01-07 15:51:44 -06:00
qla_init.c [SCSI] qla2xxx: Cleanup unused flags and #defines. 2009-04-03 09:22:50 -05:00
qla_inline.h [SCSI] qla2xxx: changes in multiq code 2008-12-29 11:24:35 -06:00
qla_iocb.c [SCSI] qla2xxx: Refactor request/response-queue register handling. 2009-04-03 09:22:44 -05:00
qla_isr.c [SCSI] qla2xxx: Drop use of IRQF_DISABLE. 2009-04-03 09:22:51 -05:00
qla_mbx.c [SCSI] qla2xxx: Add EDC-update support. 2009-04-03 09:22:51 -05:00
qla_mid.c [SCSI] qla2xxx: Consolidate queuecommand implementations. 2009-04-03 09:22:44 -05:00
qla_os.c [SCSI] qla2xxx: Add EDC-update support. 2009-04-03 09:22:51 -05:00
qla_settings.h [SCSI] qla2xxx: Remove unused and obsolete #define's. 2008-04-07 12:19:13 -05:00
qla_sup.c [SCSI] qla2xxx: Remove implicit ISP-abort after a flash update. 2009-04-03 09:22:50 -05:00
qla_version.h [SCSI] qla2xxx: Update version number to 8.03.00-k4. 2009-03-10 09:28:03 -05:00