svn commit: r284802 - stable/10/sys/dev/isp
Alexander Motin
mav at FreeBSD.org
Thu Jun 25 07:25:41 UTC 2015
Author: mav
Date: Thu Jun 25 07:25:40 2015
New Revision: 284802
URL: https://svnweb.freebsd.org/changeset/base/284802
Log:
MFC r284698: Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.
Modified:
stable/10/sys/dev/isp/isp.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/isp/isp.c
==============================================================================
--- stable/10/sys/dev/isp/isp.c Thu Jun 25 07:24:47 2015 (r284801)
+++ stable/10/sys/dev/isp/isp.c Thu Jun 25 07:25:40 2015 (r284802)
@@ -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);
+ }
}
/*
More information about the svn-src-stable
mailing list