45a46,47
> from Pci import PciConfigAll
> from Ethernet import NSGigE, IGbE_e1000, IGbE_igb
134a137
> pci_cfg_base = Param.Addr(0, "Base address of PCI Configuraiton Space")
150c153
< cf_ctrl = IdeController(disks=[], pci_func=0, pci_dev=0, pci_bus=0,
---
> cf_ctrl = IdeController(disks=[], pci_func=0, pci_dev=7, pci_bus=2,
282c285,286
< class VExpress(RealView):
---
> class VExpress_ELT(RealView):
> pci_cfg_base = 0xD0000000
298c302
< cf_ctrl = IdeController(disks=[], pci_func=0, pci_dev=0, pci_bus=0,
---
> cf_ctrl = IdeController(disks=[], pci_func=0, pci_dev=0, pci_bus=2,
303a308,314
> pciconfig = PciConfigAll()
> ethernet = IGbE_e1000(pci_bus=0, pci_dev=0, pci_func=0,
> InterruptLine=1, InterruptPin=1)
>
> ide = IdeController(disks = [], pci_bus=0, pci_dev=1, pci_func=0,
> InterruptLine=2, InterruptPin=2)
>
343a355,359
> self.ide.pio = bus.port
> self.ethernet.pio = bus.port
> self.pciconfig.pio = bus.default
> bus.use_default_range = True
>