diff options
author | Wayne Boyer <wayneb@linux.vnet.ibm.com> | 2011-10-27 11:58:21 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-31 13:12:50 +0400 |
commit | 5a918353ec97bbce2af83a950eb38e2781bfe9e7 (patch) | |
tree | 4cd49fb648dda7cd90aa34104fd3e01be2667b3c /drivers/scsi/ipr.h | |
parent | a18a920c70d48a8e4a2b750d8a183b3c1a4be514 (diff) | |
download | linux-stable-5a918353ec97bbce2af83a950eb38e2781bfe9e7.tar.gz linux-stable-5a918353ec97bbce2af83a950eb38e2781bfe9e7.tar.bz2 linux-stable-5a918353ec97bbce2af83a950eb38e2781bfe9e7.zip |
[SCSI] ipr: add definitions for additional adapter
Add the appropriate definition and table entry for an additional adapter.
Signed-off-by: Wayne Boyer <wayneb@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index 6d257e0dd6a5..ac84736c1b9c 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h @@ -82,6 +82,7 @@ #define IPR_SUBS_DEV_ID_57B4 0x033B #define IPR_SUBS_DEV_ID_57B2 0x035F +#define IPR_SUBS_DEV_ID_57C3 0x0353 #define IPR_SUBS_DEV_ID_57C4 0x0354 #define IPR_SUBS_DEV_ID_57C6 0x0357 #define IPR_SUBS_DEV_ID_57CC 0x035C |