On Fri, Nov 11, 2005 at 04:47:42PM -0700, Moore, Eric Dean wrote: > Here is a patch for review. > > This is to fix proper mid-layer to mpt fw mapping. > This is in preparation for James Bottomley's > SPI and RAID transport, and SGI's FC Transport support. > The SAS mapping implementation is currently broken in several > areas, to include error handling, which this patch fix's. > > The hd->Target[] data area will go away once > in driver domain validation is replaced with > James SPI transport support. This is replaced with > the usage of scsi_device->hostdata and > scsi_target->hostdata. I've added support for > scsi_host->target_alloc and scsi_host->target_destroy. > You will notice that hd->Target[] only is > present in the domain validation path. > > I've also added scsi_host->module = THIS_MODULE, so > you will not be able to unload the driver when file handle is open. The patch looks good. would be nice to get this into 2.6.15 still as it definitly is a bug-fix. - : 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