mirror of https://github.com/ipxe/ipxe.git
[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>pull/245/head
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 )
|
||||
goto err_conf_special_qps;
|
||||
|
||||
DBGC ( hermon, "Hermon %p device started\n", hermon );
|
||||
return 0;
|
||||
|
||||
err_conf_special_qps:
|
||||
|
|
Loading…
Reference in New Issue