diff options
Diffstat (limited to 'src/dev/net/i8254xGBe.hh')
-rw-r--r-- | src/dev/net/i8254xGBe.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/net/i8254xGBe.hh b/src/dev/net/i8254xGBe.hh index 402e61d95..031cb4d91 100644 --- a/src/dev/net/i8254xGBe.hh +++ b/src/dev/net/i8254xGBe.hh @@ -519,7 +519,8 @@ class IGbE : public EtherDevice ~IGbE(); void init() override; - EtherInt *getEthPort(const std::string &if_name, int idx) override; + Port &getPort(const std::string &if_name, + PortID idx=InvalidPortID) override; Tick lastInterrupt; |