diff options
author | Mike Miller <mike.miller@hp.com> | 2013-09-04 15:05:55 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-10 14:14:21 -0700 |
commit | 97b9f53d7deb3b8c0acdeb52a5801f9f5080ce0f (patch) | |
tree | 3d70e7654978577a270b65f36325c63c71945e0c /include/linux/pci_ids.h | |
parent | d3e89bac7155341d3cfe58e76842a2a9729e6e41 (diff) |
[SCSI] hpsa: add HP Smart Array Gen9 PCI ID's
This patch adds the PCI ID's for HP Smart Array Gen9 controllers. Please
consider this patch for inclusion.
Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.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 3bed2e89611b..2ce39261fc91 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -756,6 +756,7 @@ #define PCI_DEVICE_ID_HP_CISSE 0x323a #define PCI_DEVICE_ID_HP_CISSF 0x323b #define PCI_DEVICE_ID_HP_CISSH 0x323c +#define PCI_DEVICE_ID_HP_CISSI 0x3239 #define PCI_DEVICE_ID_HP_ZX2_IOC 0x4031 #define PCI_VENDOR_ID_PCTECH 0x1042 |