Device: Fix bug in DmaPort::recvRetry. The interface attempts to send the same packet...
authorClint Smullen <cws3k@cs.virginia.edu>
Tue, 26 Aug 2008 06:37:26 +0000 (02:37 -0400)
committerClint Smullen <cws3k@cs.virginia.edu>
Tue, 26 Aug 2008 06:37:26 +0000 (02:37 -0400)
commit4aa017affc53b3b730219d3b617f0e237c57debc
treea16450e548c128c6ccffd15e0344114b2322892a
parent3d5fe0c372a16f9178b348080c1c1bb24dd1d834
Device: Fix bug in DmaPort::recvRetry. The interface attempts to send the same packet again.
It doesn't cause a problem currently, however with a different Memory Object it could cause
problems
src/dev/io_device.cc