03 Feb, 2008
1 commit
-
Signed-off-by: Joe Perches
Acked-by: Andrew Vasquez
Acked-by: James Smart
Acked-by: Darrick J. Wong
Acked-by: David Somayajulu
Acked-by: Mark Salyzyn
Signed-off-by: Adrian Bunk
27 May, 2007
1 commit
-
Add support for logging all AENs and clean up
Signed-off-by: David Somayajulu
Signed-off-by: Mike Christie
Signed-off-by: James Bottomley
27 Jan, 2007
1 commit
-
The included patch fixes the following issues:
1. qla3xxx/qla4xxx co-existence issue which can result in a lockup
when qla3xxx driver is unloaded, or when ifdown; ifup is performed on
one of the interfaces correponding to qla3xxx. This is because qla4xxx
HBA supports one ethernet and iscsi interfaces per port. Both iscsi
and ethernet interfaces share the same state machine. The problem has
to do with synchronizing access to the state machine in the event of a
reset2. mutex_lock() is sometimes not followed by mutex_unlock() prior to
invoking a msleep() in qla4xxx_mailbox_command()Signed-off-by: James Bottomley
23 Nov, 2006
1 commit
-
This patch provides the following:
1. adds support for the next version of Qlogic's iSCSI HBA, qla4032
(PCI Device ID 4032).2. removes dead code related to topcat chip and renames
qla4010_soft_reset to qla4xxx_soft_reset (minor changes).Signed-off-by: David Somayajulu
Signed-off-by: James Bottomley
05 Oct, 2006
1 commit
-
open-iSCSI driver for Qlogic Corporation's iSCSI HBAs
Signed-off-by: Ravi Anand
Signed-off-by: David Somayajulu
Signed-off-by: Doug Maxey
Signed-off-by: Mike Christie
Signed-off-by: James Bottomley