diff options
Diffstat (limited to 'arch/x86/pci/common.c')
-rw-r--r-- | arch/x86/pci/common.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 0a9eaa736d94..00a319cd5be3 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c | |||
@@ -330,18 +330,18 @@ static struct dmi_system_id __devinitdata pciprobe_dmi_table[] = { | |||
330 | #endif | 330 | #endif |
331 | { | 331 | { |
332 | .callback = set_bf_sort, | 332 | .callback = set_bf_sort, |
333 | .ident = "HP ProLiant DL360", | 333 | .ident = "HP ProLiant DL385 G2", |
334 | .matches = { | 334 | .matches = { |
335 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), | 335 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), |
336 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL360"), | 336 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL385 G2"), |
337 | }, | 337 | }, |
338 | }, | 338 | }, |
339 | { | 339 | { |
340 | .callback = set_bf_sort, | 340 | .callback = set_bf_sort, |
341 | .ident = "HP ProLiant DL380", | 341 | .ident = "HP ProLiant DL585 G2", |
342 | .matches = { | 342 | .matches = { |
343 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), | 343 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), |
344 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL380"), | 344 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL585 G2"), |
345 | }, | 345 | }, |
346 | }, | 346 | }, |
347 | {} | 347 | {} |