Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 16:46:05 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290994 - head/sys/dev/isp
Message-ID:  <201511171646.tAHGk5oD082532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Tue Nov 17 16:46:05 2015
New Revision: 290994
URL: https://svnweb.freebsd.org/changeset/base/290994

Log:
  Cosmetic addition to r290993.

Modified:
  head/sys/dev/isp/isp.c

Modified: head/sys/dev/isp/isp.c
==============================================================================
--- head/sys/dev/isp/isp.c	Tue Nov 17 16:33:46 2015	(r290993)
+++ head/sys/dev/isp/isp.c	Tue Nov 17 16:46:05 2015	(r290994)
@@ -2802,7 +2802,9 @@ isp_fclink_test(ispsoftc_t *isp, int cha
 	 * If we haven't gone to 'ready' state, return.
 	 */
 	if (fcp->isp_fwstate != FW_READY) {
-		isp_prt(isp, ISP_LOG_SANCFG, "%s: chan %d not at FW_READY state", __func__, chan);
+		isp_prt(isp, ISP_LOG_SANCFG,
+		    "Chan %d Firmware is not ready (%s)",
+		    chan, isp_fc_fw_statename(fcp->isp_fwstate));
 		return (-1);
 	}
 



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