Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b1ea82fa245d4be6409cdba7e522ecb0b966b3c
Commit:     5b1ea82fa245d4be6409cdba7e522ecb0b966b3c
Parent:     4904e23b6b37c748a35bb2bd14ea325d0592e671
Author:     Juha Laiho <[EMAIL PROTECTED]>
AuthorDate: Thu Sep 13 21:21:34 2007 +0300
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Fri Oct 12 15:03:16 2007 -0700

    PCI: i386: Compaq EVO N800c needs PCI bus renumbering
    
    Force PCI bus renumbering for Compaq EVO N800c laptop, in order to get
    the cardbus slot recognised.
    
    Signed-off-by: Juha Laiho <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 arch/x86/pci/common.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c
index 07d5223..7c4d75e 100644
--- a/arch/x86/pci/common.c
+++ b/arch/x86/pci/common.c
@@ -287,6 +287,16 @@ static struct dmi_system_id __devinitdata 
pciprobe_dmi_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL685c G1"),
                },
        },
+#ifdef __i386__
+       {
+               .callback = assign_all_busses,
+               .ident = "Compaq EVO N800c",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "EVO N800c"),
+               },
+       },
+#endif
        {}
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to