On 04/12/2016 08:47 AM, Hannes Reinecke wrote: > Update libsas and dependent drivers to handle FPDMA > SEND/RECEIVE correctly. > > Signed-off-by: Hannes Reinecke <hare@xxxxxxxx> > --- > drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 2 ++ > drivers/scsi/isci/request.c | 4 +++- > drivers/scsi/libsas/sas_ata.c | 6 ++++-- > drivers/scsi/mvsas/mv_sas.c | 4 +++- > drivers/scsi/pm8001/pm8001_sas.c | 4 +++- > 5 files changed, 15 insertions(+), 5 deletions(-) > > diff --git a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c > index b733747..fc2e767 100644 > --- a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c > +++ b/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c > @@ -1573,6 +1573,8 @@ static u8 get_ata_protocol(u8 cmd, int direction) > switch (cmd) { > case ATA_CMD_FPDMA_WRITE: > case ATA_CMD_FPDMA_READ: > + case ATA_CMD_FPMDA_RECV: > + case ATA_CMD_FPDMA_SEND: > return SATA_PROTOCOL_FPDMA; > > case ATA_CMD_ID_ATA: Bah. Blasted typo; had it fixed up at one point, but now it crept in again. Tejun, can you fix it up or should I resubmit this patch? Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@xxxxxxx +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html