diff options
author | Olaf Dabrunz <od@suse.de> | 2008-06-11 10:35:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 11:50:48 -0400 |
commit | 747ada36ee23225d81657e4d633ac93b8ccbea7d (patch) | |
tree | 2aa3a31c3c8e4127d4c015d653cabe41b3fb4f52 /include/linux/pci_ids.h | |
parent | 6247943d8ab699b57653afd453a4940cca70ef8a (diff) |
pci: add PCI IDs for devices that need boot irq quirks
Signed-off-by: Stefan Assmann <sassmann@suse.de>
Signed-off-by: Olaf Dabrunz <od@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 65953822c9cb..7f3f101e03c1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2235,6 +2235,10 @@ | |||
2235 | #define PCI_DEVICE_ID_INTEL_PXH_0 0x0329 | 2235 | #define PCI_DEVICE_ID_INTEL_PXH_0 0x0329 |
2236 | #define PCI_DEVICE_ID_INTEL_PXH_1 0x032A | 2236 | #define PCI_DEVICE_ID_INTEL_PXH_1 0x032A |
2237 | #define PCI_DEVICE_ID_INTEL_PXHV 0x032C | 2237 | #define PCI_DEVICE_ID_INTEL_PXHV 0x032C |
2238 | #define PCI_DEVICE_ID_INTEL_80332_0 0x0330 | ||
2239 | #define PCI_DEVICE_ID_INTEL_80332_1 0x0332 | ||
2240 | #define PCI_DEVICE_ID_INTEL_80333_0 0x0370 | ||
2241 | #define PCI_DEVICE_ID_INTEL_80333_1 0x0372 | ||
2238 | #define PCI_DEVICE_ID_INTEL_82375 0x0482 | 2242 | #define PCI_DEVICE_ID_INTEL_82375 0x0482 |
2239 | #define PCI_DEVICE_ID_INTEL_82424 0x0483 | 2243 | #define PCI_DEVICE_ID_INTEL_82424 0x0483 |
2240 | #define PCI_DEVICE_ID_INTEL_82378 0x0484 | 2244 | #define PCI_DEVICE_ID_INTEL_82378 0x0484 |
@@ -2307,6 +2311,7 @@ | |||
2307 | #define PCI_DEVICE_ID_INTEL_ESB_4 0x25a4 | 2311 | #define PCI_DEVICE_ID_INTEL_ESB_4 0x25a4 |
2308 | #define PCI_DEVICE_ID_INTEL_ESB_5 0x25a6 | 2312 | #define PCI_DEVICE_ID_INTEL_ESB_5 0x25a6 |
2309 | #define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab | 2313 | #define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab |
2314 | #define PCI_DEVICE_ID_INTEL_ESB_10 0x25ac | ||
2310 | #define PCI_DEVICE_ID_INTEL_82820_HB 0x2500 | 2315 | #define PCI_DEVICE_ID_INTEL_82820_HB 0x2500 |
2311 | #define PCI_DEVICE_ID_INTEL_82820_UP_HB 0x2501 | 2316 | #define PCI_DEVICE_ID_INTEL_82820_UP_HB 0x2501 |
2312 | #define PCI_DEVICE_ID_INTEL_82850_HB 0x2530 | 2317 | #define PCI_DEVICE_ID_INTEL_82850_HB 0x2530 |