Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4712bd8d authored by Finn Thain's avatar Finn Thain Committed by Martin K. Petersen
Browse files

dmx3191d: Drop max_sectors limit



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: default avatarFinn Thain <fthain@telegraphics.com.au>
Reviewed-by: default avatarHannes Reinecke <hare@suse.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent ae5e33af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ static struct scsi_host_template dmx3191d_driver_template = {
	.cmd_per_lun		= 2,
	.use_clustering		= DISABLE_CLUSTERING,
	.cmd_size		= NCR5380_CMD_SIZE,
	.max_sectors		= 128,
};

static int dmx3191d_probe_one(struct pci_dev *pdev,