diff options
author | Rijawanemohammadhusen Nadaf <Riz.Nadaf@Sun.COM> | 2010-08-12 18:18:07 +0530 |
---|---|---|
committer | Rijawanemohammadhusen Nadaf <Riz.Nadaf@Sun.COM> | 2010-08-12 18:18:07 +0530 |
commit | 8eec3430a514cd7c4e568f6dbe40d81b2f8f2d27 (patch) | |
tree | 0fae234862ad0283abc5367ab429fd0bdd197dbd /usr/src/uts/common | |
parent | c3e9074d863038c38dc15c3af85b017f42133816 (diff) | |
download | illumos-gate-8eec3430a514cd7c4e568f6dbe40d81b2f8f2d27.tar.gz |
6956269 WARNING:fp(0)::fp_plogi_intr on NL nodes
Diffstat (limited to 'usr/src/uts/common')
-rw-r--r-- | usr/src/uts/common/io/fibre-channel/impl/fp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/fibre-channel/impl/fp.c b/usr/src/uts/common/io/fibre-channel/impl/fp.c index 53906052a1..ca35678c72 100644 --- a/usr/src/uts/common/io/fibre-channel/impl/fp.c +++ b/usr/src/uts/common/io/fibre-channel/impl/fp.c @@ -19,8 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2010 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * * NOT a DDI compliant Sun Fibre Channel port driver(fp) * @@ -6162,7 +6161,7 @@ fp_plogi_intr(fc_packet_t *pkt) if ((pd = pkt->pkt_pd) == NULL) { pd = fctl_get_remote_port_by_pwwn(port, &pwwn); if (pd == NULL) { - FP_TRACE(FP_NHEAD2(9, 0), "fp_plogi_intr: fp %x pd %x", + FP_TRACE(FP_NHEAD2(1, 0), "fp_plogi_intr: fp %x pd %x", port->fp_port_id.port_id, d_id); pd = fctl_create_remote_port(port, &nwwn, &pwwn, d_id, PD_PLOGI_INITIATOR, KM_NOSLEEP); @@ -13089,7 +13088,7 @@ fp_ns_intr(fc_packet_t *pkt) } - FP_TRACE(FP_NHEAD2(9, 0), "%x NS failure pkt state=%x" + FP_TRACE(FP_NHEAD2(1, 0), "%x NS failure pkt state=%x " "reason=%x, expln=%x, NSCMD=%04X, NSRSP=%04X", port->fp_port_id.port_id, pkt->pkt_state, pkt->pkt_reason, pkt->pkt_expln, |