diff options
| author | Christian Iversen | 2021-01-26 22:36:15 +0100 |
|---|---|---|
| committer | Michael Brown | 2021-02-01 13:30:25 +0100 |
| commit | 299c671f57715d5c882eaf0606b1e45ecbd5c73a (patch) | |
| tree | ceeeee222dd170146297262173bdc17127732f85 | |
| parent | [hermon] Add support for port management event (diff) | |
| download | ipxe-299c671f57715d5c882eaf0606b1e45ecbd5c73a.tar.gz ipxe-299c671f57715d5c882eaf0606b1e45ecbd5c73a.tar.xz ipxe-299c671f57715d5c882eaf0606b1e45ecbd5c73a.zip | |
[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>
| -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 68ce5d4a0..e3b692dc9 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: |
