|
@@ -837,6 +837,7 @@ static struct scsi_host_template virtscsi_host_template_multi = {
|
|
.eh_abort_handler = virtscsi_abort,
|
|
.eh_abort_handler = virtscsi_abort,
|
|
.eh_device_reset_handler = virtscsi_device_reset,
|
|
.eh_device_reset_handler = virtscsi_device_reset,
|
|
.eh_timed_out = virtscsi_eh_timed_out,
|
|
.eh_timed_out = virtscsi_eh_timed_out,
|
|
|
|
+ .slave_alloc = virtscsi_device_alloc,
|
|
|
|
|
|
.can_queue = 1024,
|
|
.can_queue = 1024,
|
|
.dma_boundary = UINT_MAX,
|
|
.dma_boundary = UINT_MAX,
|