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 <[EMAIL PROTECTED]>
Force PCI bus renumbering for Compaq EVO N800c laptop, in order to get
the cardbus slot recognised.
Signed-off-by: Juha Laiho <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Cc: Andi Kleen <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html