mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
[hermon] Add a debug notice when initialization is complete
Signed-off-by: Christian Iversen <ci@iversenit.dk> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
8b07c88df8
commit
299c671f57
@@ -2945,6 +2945,7 @@ static int hermon_start ( struct hermon *hermon, int running ) {
|
|||||||
if ( ( rc = hermon_configure_special_qps ( hermon ) ) != 0 )
|
if ( ( rc = hermon_configure_special_qps ( hermon ) ) != 0 )
|
||||||
goto err_conf_special_qps;
|
goto err_conf_special_qps;
|
||||||
|
|
||||||
|
DBGC ( hermon, "Hermon %p device started\n", hermon );
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
err_conf_special_qps:
|
err_conf_special_qps:
|
||||||
|
|||||||
Reference in New Issue
Block a user