diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-10-14 13:31:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-10 12:18:29 -0300 |
commit | f05da2f7855b3b88a831ca79e037245872549ec0 (patch) | |
tree | 9408ed06f8d36ec6b1ef107fdc3f5d08691c4bd9 /include | |
parent | 52a2e4fc3712d12888decd386d78ad526078a1fa (diff) | |
download | linux-stable-f05da2f7855b3b88a831ca79e037245872549ec0.tar.gz linux-stable-f05da2f7855b3b88a831ca79e037245872549ec0.tar.bz2 linux-stable-f05da2f7855b3b88a831ca79e037245872549ec0.zip |
i7core: add support for Lynnfield alternate address
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-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 ebc0fa4c7a66..e67cb20b8401 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2551,6 +2551,7 @@ #define PCI_DEVICE_ID_INTEL_I7_NONCORE 0x2c41 #define PCI_DEVICE_ID_INTEL_I7_NONCORE_ALT 0x2c40 #define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE 0x2c50 +#define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_ALT 0x2c51 #define PCI_DEVICE_ID_INTEL_LYNNFIELD_SAD 0x2c81 #define PCI_DEVICE_ID_INTEL_LYNNFIELD_QPI_LINK0 0x2c90 #define PCI_DEVICE_ID_INTEL_LYNNFIELD_QPI_PHY0 0x2c91 |