Move options files from <build_dir>/build_options to build_options/<build_dir>.
[gem5.git] / dev / pciconfigall.cc
index 6a5b2e56f7d600544626e332357f5265a7326774..b2bff6cb644e5b8fcda16650125f36223f6e4ef4 100644 (file)
@@ -56,7 +56,7 @@ PciConfigAll::PciConfigAll(const string &name,
     mmu->add_child(this, RangeSize(addr, size));
 
     if (bus) {
-        pioInterface = newPioInterface(name, hier, bus, this,
+        pioInterface = newPioInterface(name + ".pio", hier, bus, this,
                                       &PciConfigAll::cacheAccess);
         pioInterface->addAddrRange(RangeSize(addr, size));
         pioLatency = pio_latency * bus->clockRate;