mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 02:03:31 +00:00
MFC r284698: Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.
This commit is contained in:
parent
cfbaee6078
commit
4075ce5637
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=284802
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user