|
@@ -59,6 +59,7 @@ struct scsi_host_template qedi_host_template = {
|
|
|
.this_id = -1,
|
|
|
.sg_tablesize = QEDI_ISCSI_MAX_BDS_PER_CMD,
|
|
|
.max_sectors = 0xffff,
|
|
|
+ .dma_boundary = QEDI_HW_DMA_BOUNDARY,
|
|
|
.cmd_per_lun = 128,
|
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
|
.shost_attrs = qedi_shost_attrs,
|