david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

First version that works with SELF_INIT!

This commit is contained in:
Michael Brown 2007-09-18 05:46:49 +01:00
parent 8423b0b109
commit a5ec029d24
1 changed files with 1 additions and 0 deletions

View 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 ) {