diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2005-03-14 15:37:58 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2005-03-14 15:37:58 -0500 |
commit | c1f5b983f0c8cece7a8387b05b40889c9520fb39 (patch) | |
tree | 670cfad86dd8c2f5194a55080b917fbfac77be5a /python/m5 | |
parent | e0d52f56e12d5ef4ddbc98b173543a95f75fb68e (diff) | |
download | gem5-c1f5b983f0c8cece7a8387b05b40889c9520fb39.tar.xz |
put the syscall emulation error stuff to bed, finally
remove addr from pciconfig objects
and update Monet configuration for ron's changes
python/m5/objects/Pci.mpy:
I was a little over zelous in my removal of addr, this one should have stayed
--HG--
extra : convert_revision : 6c94b11d4c63d50ffe5568b16a131a4105654126
Diffstat (limited to 'python/m5')
-rw-r--r-- | python/m5/objects/Pci.mpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/m5/objects/Pci.mpy b/python/m5/objects/Pci.mpy index 907472727..4daa902ab 100644 --- a/python/m5/objects/Pci.mpy +++ b/python/m5/objects/Pci.mpy @@ -43,6 +43,7 @@ simobj PciConfigAll(FooPioDevice): simobj PciDevice(DmaDevice): type = 'PciDevice' abstract = True + addr = 0xffffffff pci_bus = Param.Int("PCI bus") pci_dev = Param.Int("PCI device number") pci_func = Param.Int("PCI function code") |