diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-13 16:52:27 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-13 16:52:27 -0400 |
commit | dbbcfb2211761fa69e831a78119c9288fb87eb9d (patch) | |
tree | b40b103ed250e287bf3d4790f1c87001cf7cf52f /arch/x86/pci/common.c | |
parent | b0356cd0e7497252a2c45ecb07b79d931390c8b2 (diff) | |
parent | 9df2fe986770bc4c76e8fe72c20b71268eec39a7 (diff) |
Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirks
Conflicts:
arch/x86/mm/ioremap.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 | {} |