From: Matt Domsch Date: Sat, 24 Mar 2007 04:58:07 +0000 (-0500) Subject: pci: set pci=bfsort for PowerEdge R900 X-Git-Tag: v2.6.21-rc6~117^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7a9dae7c41580761e7f6de1d508c010b1b44993;p=karo-tx-linux.git pci: set pci=bfsort for PowerEdge R900 This patch automatically enables 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/i386/pci/common.c b/arch/i386/pci/common.c index 1bb069372143..948436665385 100644 --- a/arch/i386/pci/common.c +++ b/arch/i386/pci/common.c @@ -191,6 +191,14 @@ static struct dmi_system_id __devinitdata pciprobe_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2950"), }, }, + { + .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",