diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-14 16:37:00 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-05-14 16:37:00 -0400 |
commit | 57104ea5f9e94dc4fe664f91e60278e486111ae9 (patch) | |
tree | 26da45ef5c199cbff96d3a2ef9a3ef02c90f6522 /src/dev/i8254xGBe.hh | |
parent | ea4e6f2e3d4d0ce6473fd2be5d9307c1e6545f72 (diff) | |
download | gem5-57104ea5f9e94dc4fe664f91e60278e486111ae9.tar.xz |
couple more bug fixes for intel nic
src/dev/i8254xGBe.cc:
src/dev/i8254xGBe.hh:
couple more bug fixes
--HG--
extra : convert_revision : ae5b806528c1ec06f0091e1f6e50fc0721057ddb
Diffstat (limited to 'src/dev/i8254xGBe.hh')
-rw-r--r-- | src/dev/i8254xGBe.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/i8254xGBe.hh b/src/dev/i8254xGBe.hh index 2dec3b08c..b6da53b09 100644 --- a/src/dev/i8254xGBe.hh +++ b/src/dev/i8254xGBe.hh @@ -80,6 +80,8 @@ class IGbE : public PciDev bool txTick; bool txFifoTick; + bool rxDmaPacket; + // Event and function to deal with RDTR timer expiring void rdtrProcess() { rxDescCache.writeback(0); |