scsi: aacraid: Add target setup helper function
Add helper function to setup targets devices and create the base for the upcoming patches Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
b5a475e944
commit
fc0fdd9abc
@@ -1945,7 +1945,7 @@ static void aac_handle_sa_aif(struct aac_dev *dev, struct fib *fibptr)
|
||||
for (target = 0; target < AAC_MAX_TARGETS; target++)
|
||||
dev->hba_map[bus][target].new_devtype = 0;
|
||||
|
||||
rcode = aac_get_safw_ciss_luns(dev, AAC_RESCAN);
|
||||
rcode = aac_setup_safw_adapter(dev, AAC_RESCAN);
|
||||
|
||||
aac_resolve_luns(dev);
|
||||
|
||||
|
Reference in New Issue
Block a user