diff options
Diffstat (limited to 'src/dev/x86/i82094aa.hh')
-rw-r--r-- | src/dev/x86/i82094aa.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/x86/i82094aa.hh b/src/dev/x86/i82094aa.hh index c9e2f1c81..d5cb42f79 100644 --- a/src/dev/x86/i82094aa.hh +++ b/src/dev/x86/i82094aa.hh @@ -102,8 +102,8 @@ class I82094AA : public BasicPioDevice, public IntDevice void writeReg(uint8_t offset, uint32_t value); uint32_t readReg(uint8_t offset); - BaseMasterPort &getMasterPort(const std::string &if_name, - PortID idx = InvalidPortID) override; + Port &getPort(const std::string &if_name, + PortID idx=InvalidPortID) override; Tick recvResponse(PacketPtr pkt) override; |