diff options
| -rw-r--r-- | arch/x86/pci/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 1b1dda90a945..412e1286d1fc 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c | |||
| @@ -434,7 +434,8 @@ static const struct dmi_system_id __devinitconst pciprobe_dmi_table[] = { | |||
| 434 | .callback = set_scan_all, | 434 | .callback = set_scan_all, |
| 435 | .ident = "Stratus/NEC ftServer", | 435 | .ident = "Stratus/NEC ftServer", |
| 436 | .matches = { | 436 | .matches = { |
| 437 | DMI_MATCH(DMI_SYS_VENDOR, "ftServer"), | 437 | DMI_MATCH(DMI_SYS_VENDOR, "Stratus"), |
| 438 | DMI_MATCH(DMI_PRODUCT_NAME, "ftServer"), | ||
| 438 | }, | 439 | }, |
| 439 | }, | 440 | }, |
| 440 | {} | 441 | {} |
