diff options
author | Christian Iversen <ci@iversenit.dk> | 2021-01-26 22:36:15 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2021-02-01 12:30:25 +0000 |
commit | 299c671f57715d5c882eaf0606b1e45ecbd5c73a (patch) | |
tree | ceeeee222dd170146297262173bdc17127732f85 /src | |
parent | 8b07c88df8ec53a5bd554d940d3b2bd5f0caa27a (diff) | |
download | ipxe-299c671f57715d5c882eaf0606b1e45ecbd5c73a.zip ipxe-299c671f57715d5c882eaf0606b1e45ecbd5c73a.tar.gz ipxe-299c671f57715d5c882eaf0606b1e45ecbd5c73a.tar.bz2 |
[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>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/infiniband/hermon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/infiniband/hermon.c b/src/drivers/infiniband/hermon.c index 68ce5d4..e3b692d 100644 --- a/src/drivers/infiniband/hermon.c +++ b/src/drivers/infiniband/hermon.c @@ -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: |