08 Apr, 2008
2 commits
-
This patch contains the following:
1. when hba completion status is good, check for iscsi transport
errors (underflow/overflow) prior to checking the scsi status2. New firmware requires that one marker iocb be issued for each task
management command. The patch issues marker iocb immediately
following a LUN or Target reset.Signed-off-by: David C Somayajulu
Signed-off-by: James Bottomley -
This patch adds target reset functionalty.
Signed-off-by: Mike Christie
Acked-by: David Somayajulu
Signed-off-by: James Bottomley
20 Oct, 2007
1 commit
-
Prior to use struct marker in the linux kernel markers, we need to clean
two drivers which use this structure name.Change bonding driver types :
- struct marker to struct bond_marker.
- marker_t to bond_marker_t.
- marker_header to bond_marker_header.
- marker_header_t to bond_marker_header_t.Change qla4xxx struct marker_entry usage :
- Change struct marker_entry for struct qla4_marker_entry.Signed-off-by: Mathieu Desnoyers
Cc: Chad Tindel
Cc: Jay Vosburgh
Cc: David Somayajulu
Cc: James Bottomley
Cc: Ravi Anand
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
27 May, 2007
1 commit
-
Add support for QLA4032 which supports IPv6
Signed-off-by: David Somayajulu
Signed-off-by: Mike Christie
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