diff options
Diffstat (limited to 'arch')
-rw-r--r-- | 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 07d5223442bf..7c4d75e3c5f3 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[] = { | |||
287 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL685c G1"), | 287 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL685c G1"), |
288 | }, | 288 | }, |
289 | }, | 289 | }, |
290 | #ifdef __i386__ | ||
291 | { | ||
292 | .callback = assign_all_busses, | ||
293 | .ident = "Compaq EVO N800c", | ||
294 | .matches = { | ||
295 | DMI_MATCH(DMI_SYS_VENDOR, "Compaq"), | ||
296 | DMI_MATCH(DMI_PRODUCT_NAME, "EVO N800c"), | ||
297 | }, | ||
298 | }, | ||
299 | #endif | ||
290 | {} | 300 | {} |
291 | }; | 301 | }; |
292 | 302 | ||