> > This patch won't apply, because sata_mv.c was just recently updated > to fix 7042 PCIe support. You'll have to rebase this patch against that. ok. I'll check that. > > Also, I'm not sure I understand why there's a need for the new sata_mv.h file ? This file contains the definition of the data structure that passed by board setup code to the sata driver. so this data structure must be defined in header file. for this specific case where the information made up of only one integer, you can avoid the structure definition and the new file creation, but, the this will make the code less readable, and I know that this information will be extended in the future. > - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html