116c116
< ThreadState::init()
---
> ThreadState::connectMemPorts()
118,119c118,119
< initPhysPort();
< initVirtPort();
---
> connectPhysPort();
> connectVirtPort();
123c123
< ThreadState::initPhysPort()
---
> ThreadState::connectPhysPort()
124a125,127
> // @todo: For now this disregards any older port that may have
> // already existed. Fix this memory leak once the bus port IDs
> // for functional ports is resolved.
131c134
< ThreadState::initVirtPort()
---
> ThreadState::connectVirtPort()
132a136,138
> // @todo: For now this disregards any older port that may have
> // already existed. Fix this memory leak once the bus port IDs
> // for functional ports is resolved.