Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2017 13:00:13 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r321869 - stable/11/sys/dev/isp
Message-ID:  <201708011300.v71D0DaG031434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Tue Aug  1 13:00:13 2017
New Revision: 321869
URL: https://svnweb.freebsd.org/changeset/base/321869

Log:
  MFC r320575: Move comment respecting previous commit.

Modified:
  stable/11/sys/dev/isp/isp.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/isp/isp.c
==============================================================================
--- stable/11/sys/dev/isp/isp.c	Tue Aug  1 12:59:37 2017	(r321868)
+++ stable/11/sys/dev/isp/isp.c	Tue Aug  1 13:00:13 2017	(r321869)
@@ -3401,19 +3401,6 @@ abort:
 	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)
 {
@@ -3519,6 +3506,19 @@ isp_ct_passthru(ispsoftc_t *isp, int chan, uint32_t cm
 
 	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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708011300.v71D0DaG031434>