diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-06-18 11:10:08 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-06-18 11:10:08 -0400 |
commit | 69c34554e5d621d45ce68cbd643baf9b0d049240 (patch) | |
tree | 7cf1b423fdc145e2dcb3e94945b1884dcb119098 /configs/test | |
parent | 8dfc475a9d91eb17da5191e018c3991a3ff99c5a (diff) | |
download | gem5-69c34554e5d621d45ce68cbd643baf9b0d049240.tar.xz |
minor device fixups
configs/test/SysPaths.py:
remove some tabs and add /n/poolfs/z/dist/m5/system
src/dev/io_device.cc:
fix since pio timing dma packts colud be nacked too
src/dev/io_device.hh:
move DmaReqState into DmaDevie
--HG--
extra : convert_revision : 2b5300d85ab33b3753afc54bc6a04a47b6e00d20
Diffstat (limited to 'configs/test')
-rw-r--r-- | configs/test/SysPaths.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/test/SysPaths.py b/configs/test/SysPaths.py index 9acfedc8b..e458d5225 100644 --- a/configs/test/SysPaths.py +++ b/configs/test/SysPaths.py @@ -13,7 +13,7 @@ def load_defaults(): try: path = env['M5_PATH'].split(':') except KeyError: - path = [ '/dist/m5/system' ] + path = [ '/dist/m5/system', '/n/poolfs/z/dist/m5/system' ] for systemdir in path: if os.path.isdir(systemdir): |