diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-16 23:09:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-10 10:44:52 -0400 |
commit | 310cbb7284fab9fc9cbb6bb893e51c414e15bba3 (patch) | |
tree | 5015d8944d58fad62693aca1676d4b88693ef630 /include/linux | |
parent | f237fcf2b7560be33386255042dc11167ca486d5 (diff) |
i7core: fix probing on Xeon55xx
Xeon55xx fails to probe with this error message:
EDAC DEBUG: in drivers/edac/i7core_edac.c, line at 1660: MC: drivers/edac/i7core_edac.c: i7core_init()
EDAC i7core: Device not found: dev 00:00.0 PCI ID 8086:2c41
i7core_edac: probe of 0000:00:14.0 failed with error -22
This is due to the fact that, on Xeon35xx (and i7core), device 00.0 has
PCI ID 8086:2c40.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 12c3da6ef14d..bf6db4814c27 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2549,6 +2549,7 @@ | |||
2549 | #define PCI_DEVICE_ID_INTEL_I7_MC_CH2_RANK 0x2c32 | 2549 | #define PCI_DEVICE_ID_INTEL_I7_MC_CH2_RANK 0x2c32 |
2550 | #define PCI_DEVICE_ID_INTEL_I7_MC_CH2_TC 0x2c33 | 2550 | #define PCI_DEVICE_ID_INTEL_I7_MC_CH2_TC 0x2c33 |
2551 | #define PCI_DEVICE_ID_INTEL_I7_NOCORE 0x2c41 | 2551 | #define PCI_DEVICE_ID_INTEL_I7_NOCORE 0x2c41 |
2552 | #define PCI_DEVICE_ID_INTEL_I7_NOCORE_ALT 0x2c40 | ||
2552 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 | 2553 | #define PCI_DEVICE_ID_INTEL_82855PM_HB 0x3340 |
2553 | #define PCI_DEVICE_ID_INTEL_IOAT_TBG4 0x3429 | 2554 | #define PCI_DEVICE_ID_INTEL_IOAT_TBG4 0x3429 |
2554 | #define PCI_DEVICE_ID_INTEL_IOAT_TBG5 0x342a | 2555 | #define PCI_DEVICE_ID_INTEL_IOAT_TBG5 0x342a |