summaryrefslogtreecommitdiff
path: root/src/dev/i8254xGBe.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2007-05-14 16:37:00 -0400
committerAli Saidi <saidi@eecs.umich.edu>2007-05-14 16:37:00 -0400
commit57104ea5f9e94dc4fe664f91e60278e486111ae9 (patch)
tree26da45ef5c199cbff96d3a2ef9a3ef02c90f6522 /src/dev/i8254xGBe.hh
parentea4e6f2e3d4d0ce6473fd2be5d9307c1e6545f72 (diff)
downloadgem5-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.hh2
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);