diff options
author | wenxiong@linux.vnet.ibm.com <wenxiong@linux.vnet.ibm.com> | 2013-01-11 18:43:47 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-01-29 18:48:50 -0500 |
commit | b8d5d568a319c1c466cbc6fe1fceaa4a99128a74 (patch) | |
tree | 92d42d93d4d8bc5edeb9bb6dea5bd7fbc44ddd97 /drivers/scsi/ipr.h | |
parent | 02db3db5aaa1154a748a7cba93e9f0098ad62f78 (diff) |
[SCSI] ipr: Add sereral new CCIN definitions for new adapters support
Add the appropriate definitions and table entries for new adapter support.
Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r-- | drivers/scsi/ipr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index c8a137f83bb1..87762fc404c1 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h | |||
@@ -82,6 +82,7 @@ | |||
82 | 82 | ||
83 | #define IPR_SUBS_DEV_ID_57B4 0x033B | 83 | #define IPR_SUBS_DEV_ID_57B4 0x033B |
84 | #define IPR_SUBS_DEV_ID_57B2 0x035F | 84 | #define IPR_SUBS_DEV_ID_57B2 0x035F |
85 | #define IPR_SUBS_DEV_ID_57C0 0x0352 | ||
85 | #define IPR_SUBS_DEV_ID_57C3 0x0353 | 86 | #define IPR_SUBS_DEV_ID_57C3 0x0353 |
86 | #define IPR_SUBS_DEV_ID_57C4 0x0354 | 87 | #define IPR_SUBS_DEV_ID_57C4 0x0354 |
87 | #define IPR_SUBS_DEV_ID_57C6 0x0357 | 88 | #define IPR_SUBS_DEV_ID_57C6 0x0357 |
@@ -94,6 +95,10 @@ | |||
94 | #define IPR_SUBS_DEV_ID_574D 0x0356 | 95 | #define IPR_SUBS_DEV_ID_574D 0x0356 |
95 | #define IPR_SUBS_DEV_ID_57C8 0x035D | 96 | #define IPR_SUBS_DEV_ID_57C8 0x035D |
96 | 97 | ||
98 | #define IPR_SUBS_DEV_ID_57D5 0x03FB | ||
99 | #define IPR_SUBS_DEV_ID_57D6 0x03FC | ||
100 | #define IPR_SUBS_DEV_ID_57D7 0x03FF | ||
101 | #define IPR_SUBS_DEV_ID_57D8 0x03FE | ||
97 | #define IPR_NAME "ipr" | 102 | #define IPR_NAME "ipr" |
98 | 103 | ||
99 | /* | 104 | /* |