mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
Dump additional config bytes for INIT_FIRMWARE_MULTI_ID.
This commit is contained in:
parent
1c231d5a21
commit
4eea8d9b41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284698
@ -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