The patch titled i386: Compaq EVO N800c needs PCI bus renumbering has been added to the -mm tree. Its filename is i386-compaq-evo-n800c-needs-pci-bus-renumbering.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: i386: Compaq EVO N800c needs PCI bus renumbering From: Juha Laiho <Juha.Laiho@xxxxxx> Force PCI bus renumbering for Compaq EVO N800c laptop, in order to get the cardbus slot recognised. Signed-off-by: Juha Laiho <Juha.Laiho@xxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> 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~i386-compaq-evo-n800c-needs-pci-bus-renumbering arch/i386/pci/common.c --- a/arch/i386/pci/common.c~i386-compaq-evo-n800c-needs-pci-bus-renumbering +++ a/arch/i386/pci/common.c @@ -287,6 +287,14 @@ static struct dmi_system_id __devinitdat DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL685c G1"), }, }, + { + .callback = assign_all_busses, + .ident = "Compaq EVO N800c", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Compaq"), + DMI_MATCH(DMI_PRODUCT_NAME, "EVO N800c"), + }, + }, {} }; _ Patches currently in -mm which might be from Juha.Laiho@xxxxxx are i386-compaq-evo-n800c-needs-pci-bus-renumbering.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