On Tue, 2009-08-11 at 11:12 -0400, Alan Stern wrote: > On Mon, 10 Aug 2009, James Bottomley wrote: > > > > scsi_sysfs_add_sdev() would call transport_configure_device() > > > for a target each time a new device was added under that > > > target. The call has been moved to scsi_target_add(), where > > > it will be made only once. > > > > That, unfortunately is an SPI required feature ... we can't actually > > configure the target until we have a device because of the way SPI > > parameters work. > > Would it be sufficient to call transport_configure_device() only the > first time a device is added? No, because of renegotiations ... it would be sufficient only to call it the last time a device is added, but we don't know when that will be. James -- To unsubscribe from this list: 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