The patch titled pci: set pci=bfsort for PowerEdge R900 has been added to the -mm tree. Its filename is pci-set-pci=bfsort-for-poweredge-r900.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: pci: set pci=bfsort for PowerEdge R900 From: Matt Domsch <Matt_Domsch@xxxxxxxx> Automatically enable pci=bfsort for the Dell PowerEdge R900. This is necessary to ensure the onboard NICs enumerate in the proper order, similar to the other systems already on the list. Signed-off-by: Matt Domsch <Matt_Domsch@xxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/pci/common.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff -puN arch/i386/pci/common.c~pci-set-pci=bfsort-for-poweredge-r900 arch/i386/pci/common.c --- a/arch/i386/pci/common.c~pci-set-pci=bfsort-for-poweredge-r900 +++ a/arch/i386/pci/common.c @@ -197,6 +197,14 @@ static struct dmi_system_id __devinitdat }, { .callback = set_bf_sort, + .ident = "Dell PowerEdge R900", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell"), + DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge R900"), + }, + }, + { + .callback = set_bf_sort, .ident = "HP ProLiant BL20p G3", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "HP"), _ Patches currently in -mm which might be from Matt_Domsch@xxxxxxxx are origin.patch pci-set-pci=bfsort-for-poweredge-r900.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html