mpt3sas: Add branding string support for OEM's HBA
Added the following Dell branding to the mpt3sas driver. "VendorID" "DeviceID" "SubsystemVendor ID" "SubsystemDevice ID" Dell Branding String 0x1000 0x0097 0x1028 0x1F46 DELL 12Gbps HBA Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:

committed by
James Bottomley

parent
35c319b478
commit
fb84dfc447
@@ -151,6 +151,17 @@
|
||||
#define MPT3SAS_INTEL_RS3FC044_SSDID 0x3523
|
||||
#define MPT3SAS_INTEL_RS3UC080_SSDID 0x3524
|
||||
|
||||
/*
|
||||
* Dell HBA branding
|
||||
*/
|
||||
#define MPT3SAS_DELL_12G_HBA_BRANDING \
|
||||
"Dell 12Gbps HBA"
|
||||
|
||||
/*
|
||||
* Dell HBA SSDIDs
|
||||
*/
|
||||
#define MPT3SAS_DELL_12G_HBA_SSDID 0x1F46
|
||||
|
||||
/*
|
||||
* status bits for ioc->diag_buffer_status
|
||||
*/
|
||||
|
Reference in New Issue
Block a user