diff options
author | brking@us.ibm.com <brking@us.ibm.com> | 2005-11-01 18:02:36 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-11-06 14:11:42 -0500 |
commit | 618ec46bda603559c52bb24885af0840b3d93027 (patch) | |
tree | 2a0ec96a89d63509360b8afe00fc93bc86fd6b87 /include/linux | |
parent | eeb88307aa483129d122137c88be7db0f0b56f63 (diff) |
[SCSI] pci: PCI ids for new ipr adapters
Adds some new PCI IDs for new IPR adapters.
Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/linux')
-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 88de3f8ce1a2..641095920aab 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -441,6 +441,7 @@ | |||
441 | #define PCI_DEVICE_ID_IBM_SNIPE 0x0180 | 441 | #define PCI_DEVICE_ID_IBM_SNIPE 0x0180 |
442 | #define PCI_DEVICE_ID_IBM_CITRINE 0x028C | 442 | #define PCI_DEVICE_ID_IBM_CITRINE 0x028C |
443 | #define PCI_DEVICE_ID_IBM_GEMSTONE 0xB166 | 443 | #define PCI_DEVICE_ID_IBM_GEMSTONE 0xB166 |
444 | #define PCI_DEVICE_ID_IBM_OBSIDIAN 0x02BD | ||
444 | #define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_1 0x0031 | 445 | #define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_1 0x0031 |
445 | #define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_2 0x0219 | 446 | #define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_2 0x0219 |
446 | #define PCI_DEVICE_ID_IBM_ICOM_V2_TWO_PORTS_RVX 0x021A | 447 | #define PCI_DEVICE_ID_IBM_ICOM_V2_TWO_PORTS_RVX 0x021A |
@@ -2141,6 +2142,7 @@ | |||
2141 | #define PCI_DEVICE_ID_ADAPTEC2_7899B 0x00c1 | 2142 | #define PCI_DEVICE_ID_ADAPTEC2_7899B 0x00c1 |
2142 | #define PCI_DEVICE_ID_ADAPTEC2_7899D 0x00c3 | 2143 | #define PCI_DEVICE_ID_ADAPTEC2_7899D 0x00c3 |
2143 | #define PCI_DEVICE_ID_ADAPTEC2_7899P 0x00cf | 2144 | #define PCI_DEVICE_ID_ADAPTEC2_7899P 0x00cf |
2145 | #define PCI_DEVICE_ID_ADAPTEC2_OBSIDIAN 0x0500 | ||
2144 | #define PCI_DEVICE_ID_ADAPTEC2_SCAMP 0x0503 | 2146 | #define PCI_DEVICE_ID_ADAPTEC2_SCAMP 0x0503 |
2145 | 2147 | ||
2146 | 2148 | ||