diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-20 13:55:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-20 13:55:04 -0400 |
commit | 737b0fbf448306975267509e6c6a074885ddb43c (patch) | |
tree | dddcbb606a0bd41037580fd1362d61ca72421a9f | |
parent | c110a2bd82676a8f124cf4dfc39339fd366f0e59 (diff) | |
parent | c1f69db782595a9869395dad4b60d331906c22ef (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6:
PCI: correct mailing list address
PCI: Correct last two HP entries in the bfsort whitelist
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | arch/x86/pci/common.c | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dc94fc5cb25b..461c2790e29e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3143,7 +3143,7 @@ PCI ERROR RECOVERY | |||
3143 | P: Linas Vepstas | 3143 | P: Linas Vepstas |
3144 | M: linas@austin.ibm.com | 3144 | M: linas@austin.ibm.com |
3145 | L: linux-kernel@vger.kernel.org | 3145 | L: linux-kernel@vger.kernel.org |
3146 | L: linux-pci@atrey.karlin.mff.cuni.cz | 3146 | L: linux-pci@vger.kernel.org |
3147 | S: Supported | 3147 | S: Supported |
3148 | 3148 | ||
3149 | PCI SUBSYSTEM | 3149 | PCI SUBSYSTEM |
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 8545c8a9d107..6e64aaf00d1d 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c | |||
@@ -302,18 +302,18 @@ static struct dmi_system_id __devinitdata pciprobe_dmi_table[] = { | |||
302 | }, | 302 | }, |
303 | { | 303 | { |
304 | .callback = set_bf_sort, | 304 | .callback = set_bf_sort, |
305 | .ident = "HP ProLiant DL385 G2", | 305 | .ident = "HP ProLiant DL360", |
306 | .matches = { | 306 | .matches = { |
307 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), | 307 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), |
308 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL385 G2"), | 308 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL360"), |
309 | }, | 309 | }, |
310 | }, | 310 | }, |
311 | { | 311 | { |
312 | .callback = set_bf_sort, | 312 | .callback = set_bf_sort, |
313 | .ident = "HP ProLiant DL585 G2", | 313 | .ident = "HP ProLiant DL380", |
314 | .matches = { | 314 | .matches = { |
315 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), | 315 | DMI_MATCH(DMI_SYS_VENDOR, "HP"), |
316 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL585 G2"), | 316 | DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL380"), |
317 | }, | 317 | }, |
318 | }, | 318 | }, |
319 | #ifdef __i386__ | 319 | #ifdef __i386__ |