116,117c116,117
< BaseMasterPort &
< CopyEngine::getMasterPort(const std::string &if_name, PortID idx)
---
> Port &
> CopyEngine::getPort(const std::string &if_name, PortID idx)
121c121
< return PciDevice::getMasterPort(if_name, idx);
---
> return PciDevice::getPort(if_name, idx);
124c124
< panic("CopyEngine::getMasterPort: unknown index %d\n", idx);
---
> panic("CopyEngine::getPort: unknown index %d\n", idx);
127c127
< return chan[idx]->getMasterPort();
---
> return chan[idx]->getPort();
132,133c132,133
< BaseMasterPort &
< CopyEngine::CopyEngineChannel::getMasterPort()
---
> Port &
> CopyEngine::CopyEngineChannel::getPort()