diff options
author | Mike Miller | 2010-10-19 09:40:34 +0200 |
---|---|---|
committer | Jens Axboe | 2010-10-19 09:40:34 +0200 |
commit | 6362beea8914cbd4630ccde3617d944aeca2d48f (patch) | |
tree | f73f703e32b7018674ae26c35c91956bc4a10045 /include/linux | |
parent | drbd: add race-breaker to drbd_go_diskless (diff) | |
download | kernel-qcow2-linux-6362beea8914cbd4630ccde3617d944aeca2d48f.tar.gz kernel-qcow2-linux-6362beea8914cbd4630ccde3617d944aeca2d48f.tar.xz kernel-qcow2-linux-6362beea8914cbd4630ccde3617d944aeca2d48f.zip |
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')
-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 @@ #define PCI_DEVICE_ID_HP_CISSC 0x3230 #define PCI_DEVICE_ID_HP_CISSD 0x3238 #define PCI_DEVICE_ID_HP_CISSE 0x323a +#define PCI_DEVICE_ID_HP_CISSF 0x323b #define PCI_DEVICE_ID_HP_ZX2_IOC 0x4031 #define PCI_VENDOR_ID_PCTECH 0x1042 |