]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[hermon] Add a debug notice when initialization is complete
authorChristian Iversen <ci@iversenit.dk>
Tue, 26 Jan 2021 21:36:15 +0000 (22:36 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 1 Feb 2021 12:30:25 +0000 (12:30 +0000)
Signed-off-by: Christian Iversen <ci@iversenit.dk>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/infiniband/hermon.c

index 68ce5d4a0fcf83fd549b0d2b4aeb4fae380d9c77..e3b692dc9e4224de485557fd9f7e88fca76dbf91 100644 (file)
@@ -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: