commit | 0f88009d5cfae890bd3466126d1622ad4f16b798 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@suse.de> | Mon Jan 18 10:14:51 2010 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Mon Feb 08 17:15:19 2010 -0600 |
tree | 78373dea3f4682db03567acf3dfdc914e4cd6c25 | |
parent | 8605c46c171f02859fb3a32655fa226ce446c6ec [diff] |
[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>