Move comment respecting previous commit.

This commit is contained in:
Alexander Motin 2017-07-02 15:08:32 +00:00
parent 3d792e6080
commit 9cf87855b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320575

View File

@ -3401,19 +3401,6 @@ isp_scan_loop(ispsoftc_t *isp, int chan)
return (0);
}
/*
* Scan the fabric for devices and add them to our port database.
*
* Use the GID_FT command to get all Port IDs for FC4 SCSI devices it knows.
*
* For 2100-23XX cards, we use the SNS mailbox command to pass simple name
* server commands to the switch management server via the QLogic f/w.
*
* For the 24XX and above card, we use CT Pass-through IOCB.
*/
#define GIDLEN ISP_FC_SCRLEN
#define NGENT ((GIDLEN - 16) >> 2)
static int
isp_ct_sns(ispsoftc_t *isp, int chan, uint32_t cmd_bcnt, uint32_t rsp_bcnt)
{
@ -3520,6 +3507,19 @@ isp_ct_passthru(ispsoftc_t *isp, int chan, uint32_t cmd_bcnt, uint32_t rsp_bcnt)
return (0);
}
/*
* Scan the fabric for devices and add them to our port database.
*
* Use the GID_FT command to get all Port IDs for FC4 SCSI devices it knows.
*
* For 2100-23XX cards, we use the SNS mailbox command to pass simple name
* server commands to the switch management server via the QLogic f/w.
*
* For the 24XX and above card, we use CT Pass-through IOCB.
*/
#define GIDLEN ISP_FC_SCRLEN
#define NGENT ((GIDLEN - 16) >> 2)
static int
isp_gid_ft(ispsoftc_t *isp, int chan)
{