diff options
author | James Bottomley <James.Bottomley@suse.de> | 2010-01-18 19:14:51 +0300 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-02-09 02:15:19 +0300 |
commit | 0f88009d5cfae890bd3466126d1622ad4f16b798 (patch) | |
tree | 78373dea3f4682db03567acf3dfdc914e4cd6c25 /drivers/scsi/scsi_sas_internal.h | |
parent | 8605c46c171f02859fb3a32655fa226ce446c6ec (diff) | |
download | linux-0f88009d5cfae890bd3466126d1622ad4f16b798.tar.xz |
[SCSI] scsi_transport_sas: add support for transport layer retries (TLR)
The mpt2sas driver wants to use transport layer retries (TLR) so the
simplest thing to do seems to be to add the enabling flags and checks
to the SAS transport class, since they're a SAS specific protocol
feature.
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/scsi_sas_internal.h')
-rw-r--r-- | drivers/scsi/scsi_sas_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_sas_internal.h b/drivers/scsi/scsi_sas_internal.h index 998cb5be6833..6266a5d73d0f 100644 --- a/drivers/scsi/scsi_sas_internal.h +++ b/drivers/scsi/scsi_sas_internal.h @@ -5,7 +5,7 @@ #define SAS_PHY_ATTRS 17 #define SAS_PORT_ATTRS 1 #define SAS_RPORT_ATTRS 7 -#define SAS_END_DEV_ATTRS 3 +#define SAS_END_DEV_ATTRS 5 #define SAS_EXPANDER_ATTRS 7 struct sas_internal { |