From 2fe07fe156a5bf1881c4136c0393e16261c0d544 Mon Sep 17 00:00:00 2001 From: Juha Laiho Date: Thu, 13 Sep 2007 21:21:34 +0300 Subject: [PATCH] --- yaml --- r: 68032 b: refs/heads/master c: 5b1ea82fa245d4be6409cdba7e522ecb0b966b3c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/common.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 38f5cb9dacd3..8df9790685dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4904e23b6b37c748a35bb2bd14ea325d0592e671 +refs/heads/master: 5b1ea82fa245d4be6409cdba7e522ecb0b966b3c diff --git a/trunk/arch/x86/pci/common.c b/trunk/arch/x86/pci/common.c index 07d5223442bf..7c4d75e3c5f3 100644 --- a/trunk/arch/x86/pci/common.c +++ b/trunk/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 {} };