Commit 34a34921 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Martin K. Petersen
Browse files

scsi: myrs: remove the dma_boundary_limit



The old DAC960 driver was fine with merging over segment boundaries, so
this new driver should be too.

[mkp: typos]

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent c3d6189f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1929,7 +1929,6 @@ struct scsi_host_template myrs_template = {
	.shost_attrs		= myrs_shost_attrs,
	.sdev_attrs		= myrs_sdev_attrs,
	.this_id		= -1,
	.dma_boundary		= PAGE_SIZE - 1,
};

static struct myrs_hba *myrs_alloc_host(struct pci_dev *pdev,