diff options
author | Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com> | 2016-10-26 04:04:37 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-11-08 17:29:59 -0500 |
commit | 998f26aedf41bc5cdce3b3c9233ac0e0672fa307 (patch) | |
tree | df7ae1d05099980d7fbcef6dfbc674cba299a2f2 /drivers/scsi/mpt3sas/mpi | |
parent | e270263ec1e14b835890cbc32cf32db8b661bd3b (diff) |
scsi: mpt3sas: Added Device ID's for SAS35 devices and updated MPI header.
Added Device ID's for SAS35 devices (Ventura, Crusader, Harpoon &
Tomcat) and updated mpi header file for the same. Also added
"is_gen35_ioc" to MPT3SAS_ADAPTER structure for identifying SAS35 adapters.
Signed-off-by: Chaitra P B <chaitra.basappa@broadcom.com>
Signed-off-by: Sathya Prakash <sathya.prakash@broadcom.com>
Signed-off-by: Suganath Prabu S <suganath-prabu.subramani@broadcom.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi')
-rw-r--r-- | drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h b/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h index 95356a82ee99..fa61baf7c74d 100644 --- a/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h +++ b/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h | |||
@@ -478,6 +478,13 @@ typedef struct _MPI2_CONFIG_REPLY { | |||
478 | #define MPI26_MFGPAGE_DEVID_SAS3324_3 (0x00C2) | 478 | #define MPI26_MFGPAGE_DEVID_SAS3324_3 (0x00C2) |
479 | #define MPI26_MFGPAGE_DEVID_SAS3324_4 (0x00C3) | 479 | #define MPI26_MFGPAGE_DEVID_SAS3324_4 (0x00C3) |
480 | 480 | ||
481 | #define MPI26_MFGPAGE_DEVID_SAS3516 (0x00AA) | ||
482 | #define MPI26_MFGPAGE_DEVID_SAS3516_1 (0x00AB) | ||
483 | #define MPI26_MFGPAGE_DEVID_SAS3416 (0x00AC) | ||
484 | #define MPI26_MFGPAGE_DEVID_SAS3508 (0x00AD) | ||
485 | #define MPI26_MFGPAGE_DEVID_SAS3508_1 (0x00AE) | ||
486 | #define MPI26_MFGPAGE_DEVID_SAS3408 (0x00AF) | ||
487 | |||
481 | /*Manufacturing Page 0 */ | 488 | /*Manufacturing Page 0 */ |
482 | 489 | ||
483 | typedef struct _MPI2_CONFIG_PAGE_MAN_0 { | 490 | typedef struct _MPI2_CONFIG_PAGE_MAN_0 { |