Re: [PATCH 15/22] dmx3191d: Drop max_sectors limit

2016-03-14 Thread Hannes Reinecke
On 03/14/2016 05:27 AM, Finn Thain wrote: > The dmx3191d driver is not capable of DMA or PDMA so all transfers > use PIO. Now that large slow PIO transfers periodically stop and call > cond_resched(), the max_sectors limit can go away. > > Signed-off-by: Finn Thain >

[PATCH 15/22] dmx3191d: Drop max_sectors limit

2016-03-13 Thread Finn Thain
The dmx3191d driver is not capable of DMA or PDMA so all transfers use PIO. Now that large slow PIO transfers periodically stop and call cond_resched(), the max_sectors limit can go away. Signed-off-by: Finn Thain --- drivers/scsi/dmx3191d.c |1 - 1 file