On Mon, 2009-04-27 at 00:04 +0800, 谢纲 wrote: > In kernel 2.6.16, I find that there is no scsi_scan_host in > qla2xxx_probe_one. So how does the qla driver scan the scsi device? scsi_scan_host() is only really for non hotplug busses that need a fixed id scan. Hotplug buses use scsi_scan_target() instead when the device appears on the bus. Most do this (like fc) from the target port appearance via the allied transport class. 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