Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.

This commit is contained in:
Alexander Motin 2015-06-22 08:26:28 +00:00
parent 1c231d5a21
commit 4eea8d9b41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284698

View file

@ -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);
}
}
/*