IGbE: Fix bug that limits wire performance a bit
authorAli Saidi <saidi@eecs.umich.edu>
Tue, 25 Mar 2008 19:58:54 +0000 (15:58 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Tue, 25 Mar 2008 19:58:54 +0000 (15:58 -0400)
--HG--
extra : convert_revision : 3f93c17f647a6955dab861da211174de856ee02c

src/dev/i8254xGBe.cc

index 3f56ec53ab8e1081980aef8d66dff040eb314728..44e056fc31fb1d93de781de7c7379cb04a5e7069 100644 (file)
@@ -1412,6 +1412,7 @@ IGbE::ethTxDone()
         txTick = true;
 
     restartClock();
+    txWire();
     DPRINTF(EthernetSM, "TxFIFO: Transmission complete\n");
 }