mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 09:09:32 +03:00
[nvo] Allow resizing of non-volatile stored option blocks
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -732,6 +732,7 @@ static int myri10ge_nv_init ( struct myri10ge_private *priv )
|
||||
nvo_init ( &priv->nvo,
|
||||
&priv->nvs,
|
||||
nvo_fragment_pos, 0x200,
|
||||
NULL,
|
||||
& myri10ge_netdev (priv) -> refcnt );
|
||||
rc = register_nvo ( &priv->nvo,
|
||||
netdev_settings ( myri10ge_netdev ( priv ) ) );
|
||||
|
||||
Reference in New Issue
Block a user