scsi: megaraid_sas: modify max supported lds related print
The print related to number of VDs that a particular firmware supports is misleading in some cases. Even though supportMaxExtLDs is set, certain firmware profiles only supports upto 64VDs. Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
a17b8ca3eb
commit
cba67d92b3
@ -4633,9 +4633,9 @@ static void megasas_update_ext_vd_details(struct megasas_instance *instance)
|
||||
}
|
||||
|
||||
dev_info(&instance->pdev->dev,
|
||||
"firmware type\t: %s\n",
|
||||
instance->supportmax256vd ? "Extended VD(240 VD)firmware" :
|
||||
"Legacy(64 VD) firmware");
|
||||
"FW provided supportMaxExtLDs: %d\tmax_lds: %d\n",
|
||||
instance->ctrl_info_buf->adapterOperations3.supportMaxExtLDs ? 1 : 0,
|
||||
instance->ctrl_info_buf->max_lds);
|
||||
|
||||
if (instance->max_raid_mapsize) {
|
||||
ventura_map_sz = instance->max_raid_mapsize *
|
||||
|
Loading…
Reference in New Issue
Block a user