Re: [PATCH] NCR5380: Support chained sg lists

2019-06-11 Thread Michael Schmitz
On 11/06/19 3:25 PM, Finn Thain wrote: My understanding is that support for chained scatterlists is to become mandatory for LLDs. Cc: Michael Schmitz Signed-off-by: Finn Thain Reviewed-by: Michael Schmitz --- drivers/scsi/NCR5380.c | 41 ++--- 1 file

Re: [PATCH] NCR5380: Support chained sg lists

2019-06-11 Thread Finn Thain
On Tue, 11 Jun 2019, Michael Schmitz wrote: > Hi Finn, > > Thanks - can't test this on my hardware but looks good to me. > Thanks for looking it over. Would you be willing to send a "reviewed-by" tag? I tested this successfully on my PowerBook 180 using the parameters mac_scsi.setup_sg_tab

Re: [PATCH] NCR5380: Support chained sg lists

2019-06-10 Thread Michael Schmitz
Hi Finn, Thanks - can't test this on my hardware but looks good to me. Cheers, Michael Am 11.06.2019 um 15:25 schrieb Finn Thain: My understanding is that support for chained scatterlists is to become mandatory for LLDs. Cc: Michael Schmitz Signed-off-by: Finn Thain --- drivers/sc

[PATCH] NCR5380: Support chained sg lists

2019-06-10 Thread Finn Thain
My understanding is that support for chained scatterlists is to become mandatory for LLDs. Cc: Michael Schmitz Signed-off-by: Finn Thain --- drivers/scsi/NCR5380.c | 41 ++--- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/drivers/scsi/NCR538