svn commit: r284698 - head/sys/dev/isp
Alexander Motin
mav at FreeBSD.org
Mon Jun 22 08:26:29 UTC 2015
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);
+ }
}
/*
More information about the svn-src-all
mailing list