http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8423b0b
)
First version that works with SELF_INIT!
author
Michael Brown
<mcb30@etherboot.org>
Tue, 18 Sep 2007 04:46:49 +0000
(
05:46
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Tue, 18 Sep 2007 04:46:49 +0000
(
05:46
+0100)
src/drivers/net/mlx_ipoib/mt25218.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/mlx_ipoib/mt25218.c
b/src/drivers/net/mlx_ipoib/mt25218.c
index
cf3c9f0
..
338a7db
100644
(file)
--- a/
src/drivers/net/mlx_ipoib/mt25218.c
+++ b/
src/drivers/net/mlx_ipoib/mt25218.c
@@
-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 ) {