aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2012-01-20 18:26:03 -0500
committerJames Bottomley <JBottomley@Parallels.com>2012-02-29 16:39:25 -0500
commit9a10b33caf78f897356ac006c455e6060a40af15 (patch)
tree9c5f9abf97b8582895eb6b4f3b244d1dc854f7b6 /include/scsi
parent840234745edaa82d514420dc1086e63536493a51 (diff)
[SCSI] libsas: revert ata srst
libata issues follow up srsts when the controller has a hard time recording the signature-fis after a reset, or if the link supports port multipliers. libsas does not support port multipliers and no current libsas lldds appear to need help retrieving the signature fis. Revert it for now to remove confusion. Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/libsas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index 20153d58e4e6..5f5ed1b8b41b 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -619,7 +619,6 @@ struct sas_domain_function_template {
619 int (*lldd_clear_aca)(struct domain_device *, u8 *lun); 619 int (*lldd_clear_aca)(struct domain_device *, u8 *lun);
620 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun); 620 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun);
621 int (*lldd_I_T_nexus_reset)(struct domain_device *); 621 int (*lldd_I_T_nexus_reset)(struct domain_device *);
622 int (*lldd_ata_soft_reset)(struct domain_device *);
623 int (*lldd_ata_check_ready)(struct domain_device *); 622 int (*lldd_ata_check_ready)(struct domain_device *);
624 void (*lldd_ata_set_dmamode)(struct domain_device *); 623 void (*lldd_ata_set_dmamode)(struct domain_device *);
625 int (*lldd_lu_reset)(struct domain_device *, u8 *lun); 624 int (*lldd_lu_reset)(struct domain_device *, u8 *lun);