PERFORCE change 106808 for review

Matt Jacob mjacob at FreeBSD.org
Wed Sep 27 23:48:35 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106808

Change 106808 by mjacob at 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;


More information about the p4-projects mailing list