summaryrefslogtreecommitdiff
path: root/dev/pciconfigall.hh
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2004-03-11 12:45:27 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2004-03-11 12:45:27 -0500
commitc6c61870fac8975630e66232dd4e7343e1e8df05 (patch)
treeda57d0f3f40eb53ddfcb9887b28f4ac5c29380cd /dev/pciconfigall.hh
parentc82113d02296c40e1a2eac84ba55ae7ffbcf4419 (diff)
downloadgem5-c6c61870fac8975630e66232dd4e7343e1e8df05.tar.xz
It was annoying me that there was PCIConfigAll and PciDev and PciConfigData. so for consistency I changed it.
dev/pciconfigall.cc: dev/pciconfigall.hh: dev/pcidev.cc: dev/pcidev.hh: dev/tsunami.hh: change PCIConfigAll to PciConfigAll --HG-- extra : convert_revision : d2fa3f59b906c870fd9d46cfa94728c7587e3652
Diffstat (limited to 'dev/pciconfigall.hh')
-rw-r--r--dev/pciconfigall.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/pciconfigall.hh b/dev/pciconfigall.hh
index 95a171c53..e0f7f6ada 100644
--- a/dev/pciconfigall.hh
+++ b/dev/pciconfigall.hh
@@ -54,7 +54,7 @@ class PciDev;
* space and passes the requests on to TsunamiPCIDev devices as
* appropriate.
*/
-class PCIConfigAll : public FunctionalMemory
+class PciConfigAll : public FunctionalMemory
{
private:
Addr addr;
@@ -79,7 +79,7 @@ class PCIConfigAll : public FunctionalMemory
/**
* The default constructor.
*/
- PCIConfigAll(const std::string &name, Tsunami *t, Addr a,
+ PciConfigAll(const std::string &name, Tsunami *t, Addr a,
MemoryController *mmu);
virtual Fault read(MemReqPtr &req, uint8_t *data);