diff options
author | Matthew R. Ochs <mrochs@linux.vnet.ibm.com> | 2017-02-16 21:39:32 -0600 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-02-22 18:41:42 -0500 |
commit | 943445200b049d5179b95297e5372d399c8ab0e2 (patch) | |
tree | 3b6c988dcb6423589a0289f9bf2f06f2d5400fb6 /drivers/scsi/cxlflash/main.h | |
parent | 857de6e00778738dc3d61f75acbac35bdc48e533 (diff) | |
download | op-kernel-dev-943445200b049d5179b95297e5372d399c8ab0e2.zip op-kernel-dev-943445200b049d5179b95297e5372d399c8ab0e2.tar.gz |
scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFU
Add support for a future IBM Coherent Accelerator (CXL) flash AFU with
an ID of 0x0624.
Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/cxlflash/main.h')
-rw-r--r-- | drivers/scsi/cxlflash/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/cxlflash/main.h b/drivers/scsi/cxlflash/main.h index e43545c..0be2261 100644 --- a/drivers/scsi/cxlflash/main.h +++ b/drivers/scsi/cxlflash/main.h @@ -25,6 +25,7 @@ #define PCI_DEVICE_ID_IBM_CORSA 0x04F0 #define PCI_DEVICE_ID_IBM_FLASH_GT 0x0600 +#define PCI_DEVICE_ID_IBM_BRIARD 0x0624 /* Since there is only one target, make it 0 */ #define CXLFLASH_TARGET 0 |