missed another pio interface name
dev/sinic.cc: better name for both pio interfaces --HG-- extra : convert_revision : f7821c9c28b0095b366177b4c48a4ec14c3c89ee
This commit is contained in:
parent
cf95624e92
commit
ad2ff26c66
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ Device::Device(Params *p)
|
|||
p->io_bus, 1,
|
||||
p->dma_no_allocate);
|
||||
} else if (p->payload_bus) {
|
||||
pioInterface = newPioInterface(p->name, p->hier, p->payload_bus, this,
|
||||
pioInterface = newPioInterface(p->name + ".pio", p->hier,
|
||||
p->payload_bus, this,
|
||||
&Device::cacheAccess);
|
||||
|
||||
pioLatency = p->pio_latency * p->payload_bus->clockRate;
|
||||
|
|
Loading…
Reference in a new issue