From: Ali Saidi Date: Mon, 14 Mar 2005 20:37:58 +0000 (-0500) Subject: put the syscall emulation error stuff to bed, finally X-Git-Tag: m5_1.0_tutorial~75^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1f5b983f0c8cece7a8387b05b40889c9520fb39;p=gem5.git 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 --- 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")