diff options
author | Niklas Söderlund <niklas.soderlund@ericsson.com> | 2012-08-08 11:30:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-21 09:06:32 -0500 |
commit | 52608ba20546139dc76cca8a46c1d901455d5450 (patch) | |
tree | e200c6ae257abba4e4c57eea26784de577dc351b /include/linux | |
parent | e7100478fa894c45ae33321b5721b5a8f956b814 (diff) |
i5100_edac: probe for device 19 function 0
Probe and store the device handle for the device 19 function 0 during
driver initialization. The device is used during fault injection.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ericsson.com>
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 0eb65796bcb9..d0d1e801e350 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2776,6 +2776,7 @@ | |||
2776 | #define PCI_DEVICE_ID_INTEL_JAKETOWN_UBOX 0x3ce0 | 2776 | #define PCI_DEVICE_ID_INTEL_JAKETOWN_UBOX 0x3ce0 |
2777 | #define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f | 2777 | #define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f |
2778 | #define PCI_DEVICE_ID_INTEL_5100_16 0x65f0 | 2778 | #define PCI_DEVICE_ID_INTEL_5100_16 0x65f0 |
2779 | #define PCI_DEVICE_ID_INTEL_5100_19 0x65f3 | ||
2779 | #define PCI_DEVICE_ID_INTEL_5100_21 0x65f5 | 2780 | #define PCI_DEVICE_ID_INTEL_5100_21 0x65f5 |
2780 | #define PCI_DEVICE_ID_INTEL_5100_22 0x65f6 | 2781 | #define PCI_DEVICE_ID_INTEL_5100_22 0x65f6 |
2781 | #define PCI_DEVICE_ID_INTEL_5400_ERR 0x4030 | 2782 | #define PCI_DEVICE_ID_INTEL_5400_ERR 0x4030 |