diff options
author | Andrew Schultz <alschult@umich.edu> | 2004-02-05 02:25:45 -0500 |
---|---|---|
committer | Andrew Schultz <alschult@umich.edu> | 2004-02-05 02:25:45 -0500 |
commit | daa579fc0f3aca4e042068862b022095734b41d9 (patch) | |
tree | 744e2c54646847ea6474aa338700e7f03e6da785 /dev/pciconfigall.hh | |
parent | 69e1e10f5d940ee06d2c38f3a1b21c9992587f13 (diff) | |
download | gem5-daa579fc0f3aca4e042068862b022095734b41d9.tar.xz |
Fix PCI code so it builds properly now
dev/pciconfigall.cc:
dev/pciconfigall.hh:
dev/pcidev.cc:
dev/pcidev.hh:
dev/tsunami.cc:
dev/tsunami.hh:
A bunch of changes to clean up new PCI code and to fix build
--HG--
extra : convert_revision : 71063bcc565c50fc293b323ddce2c8e701f544ff
Diffstat (limited to 'dev/pciconfigall.hh')
-rw-r--r-- | dev/pciconfigall.hh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev/pciconfigall.hh b/dev/pciconfigall.hh index e84c6adb3..070643fd9 100644 --- a/dev/pciconfigall.hh +++ b/dev/pciconfigall.hh @@ -26,7 +26,12 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* @file +/* + * @todo + * Should derive Tsunami from common platform class so PCI will work with + * multiple platforms + * + * @file * PCI Config space implementation. */ @@ -58,6 +63,7 @@ class PCIConfigAll : public MmapDevice /** * Pointer to the Tsunmi Object so we can communicate * to other Tsunami devices in need be. + * @todo Make this more generic for multiple platforms */ Tsunami *tsunami; |