James/linux-scsi, Please ignore the previous megaraid_sas patches 1 thru 9 from Bo Yang. They will be re-submitted at a later time. The following patches update the megaraid_sas driver as follows: 1. Rename megaraid_sas.c to megaraid_sas_base.c 2. Update GPL headers. 3. Add MSI-X support and 'msix_disable' module parameter. 4. Use lowest memory bar (for SR-IOV VF support). 5. Add struct megasas_instance_template changes, and change all code to use new instance entries: irqreturn_t (*service_isr )(int irq, void *devp); void (*tasklet)(unsigned long); u32 (*init_adapter)(struct megasas_instance *); u32 (*build_and_issue_cmd) (struct megasas_instance *, struct scsi_cmnd *); void (*issue_dcmd) (struct megasas_instance *instance, struct megasas_cmd *cmd); 6. Add MegaRAID 9265/9285 specific code to megaraid_sas_base.c. 7. Add MegaRAID 9265/9285 specific functions: megaraid_sas_fusion.c. 8. Add MegaRAID 9265/9285 megaraid_sas_fusion.h header. 9. Add MegaRAID 9265/9285 FastPath code. 10. Add MegaRAID 9265/9285 specific code to megaraid_sas.h. 11. Documentation/scsi/ChangeLog.megaraid_sas update. -Adam -- 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