Skip to content

Commit

Permalink
os: lan9118 support new API
Browse files Browse the repository at this point in the history
issue #1832
  • Loading branch information
ssumpf committed Feb 22, 2017
1 parent 54fbe2b commit 639cb88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions repos/os/src/drivers/nic/spec/lan9118/lan9118.h
Expand Up @@ -303,8 +303,7 @@ class Lan9118 : public Nic::Session_component
Genode::size_t const rx_buf_size,
Genode::Allocator &rx_block_md_alloc,
Genode::Env &env)
: Session_component(tx_buf_size, rx_buf_size, rx_block_md_alloc,
env.ram(), env.rm(), env.ep()),
: Session_component(tx_buf_size, rx_buf_size, rx_block_md_alloc, env),
_mmio(env, mmio_base, mmio_size),
_reg_base(_mmio.local_addr<Genode::uint32_t>()),
_timer(env),
Expand Down

0 comments on commit 639cb88

Please sign in to comment.