On 10/21/2011 02:01 PM, Kevin Wolf wrote:
> > -static const struct SCSIBusOps vscsi_scsi_ops = { > +static const struct SCSIBusInfo vscsi_scsi_info = { > + .tcq = true, > + .ndev = 63, /* logical unit addressing format */This is a change from VSCSI_REQ_LIMIT = 24. This may be a bugfix or not - I don't know the hardware - but it's matter for a separate patch.
Ok, will leave 24. Paolo