Fix a small bug in parameter processing that would always result
[gem5.git] / dev / ns_gige.hh
index c326d0921f3c36f92a188a36ea5268bdff6a5060..82f640db176b61dfd4f186c13443ee9d7ec01d2d 100644 (file)
@@ -186,6 +186,8 @@ class NSGigE : public PciDev
 
     /* tx State Machine */
     TxState txState;
+    bool txEnable;
+
     /** Current Transmit Descriptor Done */
     bool CTDD;
     /** current amt of free space in txDataFifo in bytes */
@@ -200,6 +202,8 @@ class NSGigE : public PciDev
 
     /** rx State Machine */
     RxState rxState;
+    bool rxEnable;
+
     /** Current Receive Descriptor Done */
     bool CRDD;
     /** num of bytes in the current packet being drained from rxDataFifo */