|
@@ -307,6 +307,7 @@ static struct scsi_host_template nv_sht = {
|
|
.name = DRV_NAME,
|
|
.name = DRV_NAME,
|
|
.ioctl = ata_scsi_ioctl,
|
|
.ioctl = ata_scsi_ioctl,
|
|
.queuecommand = ata_scsi_queuecmd,
|
|
.queuecommand = ata_scsi_queuecmd,
|
|
|
|
+ .change_queue_depth = ata_scsi_change_queue_depth,
|
|
.can_queue = ATA_DEF_QUEUE,
|
|
.can_queue = ATA_DEF_QUEUE,
|
|
.this_id = ATA_SHT_THIS_ID,
|
|
.this_id = ATA_SHT_THIS_ID,
|
|
.sg_tablesize = LIBATA_MAX_PRD,
|
|
.sg_tablesize = LIBATA_MAX_PRD,
|
|
@@ -325,6 +326,7 @@ static struct scsi_host_template nv_adma_sht = {
|
|
.name = DRV_NAME,
|
|
.name = DRV_NAME,
|
|
.ioctl = ata_scsi_ioctl,
|
|
.ioctl = ata_scsi_ioctl,
|
|
.queuecommand = ata_scsi_queuecmd,
|
|
.queuecommand = ata_scsi_queuecmd,
|
|
|
|
+ .change_queue_depth = ata_scsi_change_queue_depth,
|
|
.can_queue = NV_ADMA_MAX_CPBS,
|
|
.can_queue = NV_ADMA_MAX_CPBS,
|
|
.this_id = ATA_SHT_THIS_ID,
|
|
.this_id = ATA_SHT_THIS_ID,
|
|
.sg_tablesize = NV_ADMA_SGTBL_TOTAL_LEN,
|
|
.sg_tablesize = NV_ADMA_SGTBL_TOTAL_LEN,
|