mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.
This commit is contained in:
parent
1c231d5a21
commit
4eea8d9b41
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue