Commit 2fc6d6a1 authored by Aristeu Sergio Rozanski Filho's avatar Aristeu Sergio Rozanski Filho Committed by James Bottomley

[PATCH] qlogicfas: force can_queue

parent 57089465
...@@ -809,7 +809,7 @@ Scsi_Host_Template qlogicfas_driver_template = { ...@@ -809,7 +809,7 @@ Scsi_Host_Template qlogicfas_driver_template = {
.eh_device_reset_handler= qlogicfas_device_reset, .eh_device_reset_handler= qlogicfas_device_reset,
.eh_host_reset_handler = qlogicfas_host_reset, .eh_host_reset_handler = qlogicfas_host_reset,
.bios_param = qlogicfas_biosparam, .bios_param = qlogicfas_biosparam,
.can_queue = 0, .can_queue = 1,
.this_id = -1, .this_id = -1,
.sg_tablesize = SG_ALL, .sg_tablesize = SG_ALL,
.cmd_per_lun = 1, .cmd_per_lun = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment