IGbE: Fix bug that limits wire performance a bit
--HG-- extra : convert_revision : 3f93c17f647a6955dab861da211174de856ee02c
This commit is contained in:
parent
ba1f7d31e0
commit
1605fbebc8
1 changed files with 1 additions and 0 deletions
|
@ -1412,6 +1412,7 @@ IGbE::ethTxDone()
|
||||||
txTick = true;
|
txTick = true;
|
||||||
|
|
||||||
restartClock();
|
restartClock();
|
||||||
|
txWire();
|
||||||
DPRINTF(EthernetSM, "TxFIFO: Transmission complete\n");
|
DPRINTF(EthernetSM, "TxFIFO: Transmission complete\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue