mpt3sas: Add branding string support for OEM custom HBA

Add the following OEM's branding to the mpt3sas driver.

"VendorID"   "DeviceID"  "SubsystemVendor ID"   "SubsystemDevice ID"  Cisco Branding String
0x1000         0x97         SVID = 0x1137             0x014C          Cisco 9300-8E 12G SAS HBA

Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
Sreekanth Reddy
2015-06-30 12:24:57 +05:30
committed by James Bottomley
parent fb84dfc447
commit 38e4141ecb
2 changed files with 45 additions and 0 deletions

View File

@@ -162,6 +162,17 @@
*/
#define MPT3SAS_DELL_12G_HBA_SSDID 0x1F46
/*
* Cisco HBA branding
*/
#define MPT3SAS_CISCO_12G_HBA_BRANDING \
"Cisco 9300-8E 12G SAS HBA"
/*
* Cisco HBA SSSDIDs
*/
#define MPT3SAS_CISCO_12G_HBA_SSDID 0x14C
/*
* status bits for ioc->diag_buffer_status
*/