Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2006 06:48:34 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106808 for review
Message-ID:  <200609280648.k8S6mYpk042552@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106808

Change 106808 by mjacob@newisp on 2006/09/28 06:47:53

	Print N-port handles as hex values.
	Repeat after me 10**10**10 times: an NP handle
	is *not* a target id.

Affected files ...

.. //depot/projects/newisp/dev/isp/isp_freebsd.c#11 edit

Differences ...

==== //depot/projects/newisp/dev/isp/isp_freebsd.c#11 (text+ko) ====

@@ -2923,10 +2923,10 @@
 	    "(none)", "Target", "Initiator", "Target/Initiator"
 	};
 	static const char prom[] =
-	    "PortID 0x%06x N-port Handle %u role %s %s\n"
+	    "PortID 0x%06x handle 0x%x role %s %s\n"
             "      WWNN 0x%08x%08x WWPN 0x%08x%08x";
 	static const char prom2[] =
-	    "PortID 0x%06x N-port Handle %u role %s %s tgt %u\n"
+	    "PortID 0x%06x handle 0x%x role %s %s tgt %u\n"
             "      WWNN 0x%08x%08x WWPN 0x%08x%08x";
 	target_id_t tgt;
 	fcportdb_t *lp;



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