On Friday, July 13, 2007 3:29 AM, Prakash, Sathya wrote: You need to include in this patch, the fix that occurred between the 4.00.09 and 4.00.10 drivers. That fix is in mptDisplayIocCapabilties, where it was removing the first three characters from the prod_name. Without this change, "040" would be displayed instead of "BRE040". Here are some additional request: > +mpt_get_product_name(u16 vendor, u16 device, u8 revision, > char *prod_name) > +{ > + char *product_str = NULL; > + > + if (vendor == 0x1657) { > + switch (device) You should use the define PCI_VENDOR_ID_BROCADE instead of the hardcoded 0x1657 value. > + if (vendor != PCI_VENDOR_ID_LSI_LOGIC) > + goto out; This sanity check on PCI_VENDOR_ID_LSI_LOGIC needs to be removed. I will be required in the pending ATTO UL4D patch. - 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