Date: Mon, 22 Jun 2015 08:26:28 +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: r284698 - head/sys/dev/isp Message-ID: <201506220826.t5M8QS0n015481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Mon Jun 22 08:26:28 2015 New Revision: 284698 URL: https://svnweb.freebsd.org/changeset/base/284698 Log: Dump additional config bytes for INIT_FIRMWARE_MULTI_ID. Modified: head/sys/dev/isp/isp.c Modified: head/sys/dev/isp/isp.c ============================================================================== --- head/sys/dev/isp/isp.c Mon Jun 22 06:30:02 2015 (r284697) +++ head/sys/dev/isp/isp.c Mon Jun 22 08:26:28 2015 (r284698) @@ -2182,6 +2182,11 @@ isp_fibre_init_2400(ispsoftc_t *isp) isp_put_vp_port_info(isp, &pi, pdst); amt += ICB2400_VPOPT_WRITE_SIZE; } + if (isp->isp_dblev & ISP_LOGDEBUG1) { + isp_print_bytes(isp, "isp_fibre_init_2400", + amt - ICB2400_VPINFO_OFF, + (char *)fcp->isp_scratch + ICB2400_VPINFO_OFF); + } } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506220826.t5M8QS0n015481>