diff options
author | Jason Gaston <jason.d.gaston@intel.com> | 2005-05-01 11:58:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:58:50 -0400 |
commit | 4d24a439a6b2280357d62fb30a73350cf253bdb7 (patch) | |
tree | ac74243b86fbfd664d763b269587c23857ac71a4 /include/linux/pci_ids.h | |
parent | 35492df5ae0f36f717448b2aea908d3a8891d1c4 (diff) |
[PATCH] irq and pci_ids for Intel ICH7DH & ICH7-M DH
This patch adds the Intel ICH7DH and ICH7-M DH DID's to the irq.c and
pci_ids.h files.
Signed-off-by: Jason Gaston <Jason.d.gaston@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 6a1897481942..5d5820a4cf10 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2415,6 +2415,8 @@ | |||
2415 | #define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b9 | 2415 | #define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b9 |
2416 | #define PCI_DEVICE_ID_INTEL_ICH7_2 0x27c0 | 2416 | #define PCI_DEVICE_ID_INTEL_ICH7_2 0x27c0 |
2417 | #define PCI_DEVICE_ID_INTEL_ICH7_3 0x27c1 | 2417 | #define PCI_DEVICE_ID_INTEL_ICH7_3 0x27c1 |
2418 | #define PCI_DEVICE_ID_INTEL_ICH7_30 0x27b0 | ||
2419 | #define PCI_DEVICE_ID_INTEL_ICH7_31 0x27bd | ||
2418 | #define PCI_DEVICE_ID_INTEL_ICH7_5 0x27c4 | 2420 | #define PCI_DEVICE_ID_INTEL_ICH7_5 0x27c4 |
2419 | #define PCI_DEVICE_ID_INTEL_ICH7_6 0x27c5 | 2421 | #define PCI_DEVICE_ID_INTEL_ICH7_6 0x27c5 |
2420 | #define PCI_DEVICE_ID_INTEL_ICH7_7 0x27c8 | 2422 | #define PCI_DEVICE_ID_INTEL_ICH7_7 0x27c8 |