Merge zizzer.eecs.umich.edu:/bk/m5
into shizzle.(none):/home/hsul/work/m5clean --HG-- extra : convert_revision : 78beb2735c6536ce3e639d59c99e755e9139f4f1
This commit is contained in:
commit
bbbfebd885
1 changed files with 3 additions and 4 deletions
|
@ -1889,11 +1889,7 @@ NSGigE::txKick()
|
|||
descDmaWrites++;
|
||||
descDmaWrBytes += txDmaLen;
|
||||
|
||||
if (doTxDmaWrite())
|
||||
goto exit;
|
||||
|
||||
transmit();
|
||||
|
||||
txPacket = 0;
|
||||
|
||||
if (txHalt) {
|
||||
|
@ -1902,6 +1898,9 @@ NSGigE::txKick()
|
|||
txHalt = false;
|
||||
} else
|
||||
txState = txAdvance;
|
||||
|
||||
if (doTxDmaWrite())
|
||||
goto exit;
|
||||
}
|
||||
} else {
|
||||
DPRINTF(EthernetSM, "this descriptor isn't done yet\n");
|
||||
|
|
Loading…
Reference in a new issue