svn commit: r290994 - head/sys/dev/isp

Alexander Motin mav at FreeBSD.org
Tue Nov 17 16:46:06 UTC 2015


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);
 	}
 


More information about the svn-src-head mailing list