diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-11 12:45:27 -0500 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2004-03-11 12:45:27 -0500 |
commit | c6c61870fac8975630e66232dd4e7343e1e8df05 (patch) | |
tree | da57d0f3f40eb53ddfcb9887b28f4ac5c29380cd /dev/tsunami.hh | |
parent | c82113d02296c40e1a2eac84ba55ae7ffbcf4419 (diff) | |
download | gem5-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/tsunami.hh')
-rw-r--r-- | dev/tsunami.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/tsunami.hh b/dev/tsunami.hh index ef27ff18e..bcbd9c756 100644 --- a/dev/tsunami.hh +++ b/dev/tsunami.hh @@ -43,7 +43,7 @@ class EtherDev; class TsunamiCChip; class TsunamiPChip; class TsunamiIO; -class PCIConfigAll; +class PciConfigAll; class System; /** @@ -85,7 +85,7 @@ class Tsunami : public Platform * The config space in Tsunami all needs to return * -1 if a device is not there. */ - PCIConfigAll *pciconfig; + PciConfigAll *pciconfig; int intr_sum_type[Tsunami::Max_CPUs]; int ipi_pending[Tsunami::Max_CPUs]; |