summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_library.c
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-11-16 00:39:56 +0000
committermjacob <mjacob@FreeBSD.org>2006-11-16 00:39:56 +0000
commit73d710374d679d60833bb30508cebd8c627408f5 (patch)
tree97d20b881e1cc3862b5ca44df62309c04de241a8 /sys/dev/isp/isp_library.c
parent59460eb5d083061fece984f695a9d958fc9f2cbd (diff)
downloadFreeBSD-src-73d710374d679d60833bb30508cebd8c627408f5.zip
FreeBSD-src-73d710374d679d60833bb30508cebd8c627408f5.tar.gz
Increase the timeout for some SAN commands.
Only complain about FC Reponse errors if they're nonzero. Shorten some PortID printouts for local loop. Add an internal isp_xcmd_t data structure which we'll use for some CT-Passthru support as part of adding SMI-S.
Diffstat (limited to 'sys/dev/isp/isp_library.c')
-rw-r--r--sys/dev/isp/isp_library.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c
index e2192ab..0bba226 100644
--- a/sys/dev/isp/isp_library.c
+++ b/sys/dev/isp/isp_library.c
@@ -268,9 +268,9 @@ isp_dump_portdb(ispsoftc_t *isp)
} else {
SNPRINTF(mb, sizeof (mb), "---");
}
- isp_prt(isp, ISP_LOGALL, "%d: %s al%d tgt %s %s 0x%06x =>%s"
- " 0x%06x; WWNN 0x%08x%08x WWPN 0x%08x%08x", i,
- dbs[lp->state], lp->autologin, mb,
+ isp_prt(isp, ISP_LOGALL, "%d: hdl 0x%x %s al%d tgt %s %s "
+ "0x%06x =>%s 0x%06x; WWNN 0x%08x%08x WWPN 0x%08x%08x", i,
+ lp->handle, dbs[lp->state], lp->autologin, mb,
roles[lp->roles], lp->portid,
roles[lp->new_roles], lp->new_portid,
(uint32_t) (lp->node_wwn >> 32),
OpenPOWER on IntegriCloud