diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2015-11-17 16:46:05 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2015-11-17 16:46:05 +0000 |
| commit | 955d53eedc3964e87b6a505aef747cba5bcaa69b (patch) | |
| tree | d3391106599f282eb329c931b8e5fde6c22062dc /sys/dev/isp | |
| parent | b6bd5f7fc1e9e19f53d3c28c550511db6a5088c7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index c0481a3813fe..3710a5217be4 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -2802,7 +2802,9 @@ isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay) * 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); } |
