On Sunday 11 June 2006 05:07 pm, HighPoint Linux Team wrote: >> >> host->can_queue = le32_to_cpu(iop_config.max_requests); >> host->cmd_per_lun = le32_to_cpu(iop_config.max_requests); >> >> You might want to think about adjusting this. For the single LUN case, >> it's fine. For the multi-lun case it may allow commands to a single LUN >> to starve everything else. > >There will be no multi-lun support for the controller so this is not >an issue. Sorry, a mistake. Multi-lun is supported. Should host->can_queue be set to (cmd_per_lun * max_lun) ? - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html