aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/scu_task_context.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19[SCSI] isci: T10 DIF supportDave Jiang1-16/+39
This allows the controller to do WRITE_INSERT and READ_STRIP for SAS disks that support protection information. SAS disks must be formatted with protection information to use this feature via sg_format. sg3_utils-1.32 -- sg_format version 1.19 20110730 sg_format usage: sg_format --format --verbose --pinfo /dev/sda Acked-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2011-07-03isci: uplevel register hardware data structures and unsolicited frame handlingDan Williams1-0/+942
Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>