diff options
author | Mike Miller <mike.miller@hp.com> | 2010-10-19 03:40:34 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-10-19 03:40:34 -0400 |
commit | 6362beea8914cbd4630ccde3617d944aeca2d48f (patch) | |
tree | f73f703e32b7018674ae26c35c91956bc4a10045 /include/linux/pci_ids.h | |
parent | 5dbfe7aedf54aa7f62fd659e34371d4ea0e7bffe (diff) |
cciss: fix PCI IDs for new Smart Array controllers
cciss: fix PCI IDs for new controllers
This patch fixes the botched up PCI IDs of new controllers. Please consider
this patch for inclusion.
Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-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 f6a3b2d36cad..fe7d72ce33af 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -739,6 +739,7 @@ | |||
739 | #define PCI_DEVICE_ID_HP_CISSC 0x3230 | 739 | #define PCI_DEVICE_ID_HP_CISSC 0x3230 |
740 | #define PCI_DEVICE_ID_HP_CISSD 0x3238 | 740 | #define PCI_DEVICE_ID_HP_CISSD 0x3238 |
741 | #define PCI_DEVICE_ID_HP_CISSE 0x323a | 741 | #define PCI_DEVICE_ID_HP_CISSE 0x323a |
742 | #define PCI_DEVICE_ID_HP_CISSF 0x323b | ||
742 | #define PCI_DEVICE_ID_HP_ZX2_IOC 0x4031 | 743 | #define PCI_DEVICE_ID_HP_ZX2_IOC 0x4031 |
743 | 744 | ||
744 | #define PCI_VENDOR_ID_PCTECH 0x1042 | 745 | #define PCI_VENDOR_ID_PCTECH 0x1042 |