Automated merge with ssh://hg@repo.m5sim.org/m5
[gem5.git] / src / dev / ide_ctrl.hh
index 89dc1ee9ddbf5cbef99bea9eeca8c206ab462b67..430b3fc1b1868e95a4a1249b73b33ef6f4e50a08 100644 (file)
@@ -133,6 +133,8 @@ class IdeController : public PciDev
     bool ioEnabled;
     bool bmEnabled;
 
+    uint32_t ioShift, ctrlOffset;
+
     void dispatchAccess(PacketPtr pkt, bool read);
 
   public: