]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
First version that works with SELF_INIT!
authorMichael Brown <mcb30@etherboot.org>
Tue, 18 Sep 2007 04:46:49 +0000 (05:46 +0100)
committerMichael Brown <mcb30@etherboot.org>
Tue, 18 Sep 2007 04:46:49 +0000 (05:46 +0100)
src/drivers/net/mlx_ipoib/mt25218.c

index cf3c9f00c71e7d7bf8f4cf9f3485865aff4aaeed..338a7db119eb11cdce07f551649ba06af9d57ca3 100644 (file)
@@ -1894,6 +1894,7 @@ static int arbel_init_ib ( struct arbel *arbel ) {
                     mtu_cap, ARBEL_MTU_2048,
                     port_width_cap, 3,
                     vl_cap, 1 );
+       MLX_FILL_1 ( &init_ib, 1, max_gid, 1 );
        MLX_FILL_1 ( &init_ib, 2, max_pkey, 64 );
        if ( ( rc = arbel_cmd_init_ib ( arbel, PXE_IB_PORT,
                                        &init_ib ) ) != 0 ) {