projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf95624
)
missed another pio interface name
author
Nathan Binkert
<binkertn@umich.edu>
Fri, 21 Oct 2005 23:38:02 +0000
(19:38 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Fri, 21 Oct 2005 23:38:02 +0000
(19:38 -0400)
dev/sinic.cc:
better name for both pio interfaces
--HG--
extra : convert_revision :
f7821c9c28b0095b366177b4c48a4ec14c3c89ee
dev/sinic.cc
patch
|
blob
|
history
diff --git
a/dev/sinic.cc
b/dev/sinic.cc
index 5aa111c440def628595bdb95d4f117fb2d3b6f3e..e3e1ffba083d0df51d6baee455af3a73ed824446 100644
(file)
--- a/
dev/sinic.cc
+++ b/
dev/sinic.cc
@@
-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;