Revision bac8ad41

b/hw/ppc_prep.c
648 648
    if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) {
649 649
        hw_error("Only 6xx bus is supported on PREP machine\n");
650 650
    }
651
    i8259 = i8259_init(first_cpu->irq_inputs[PPC6xx_INPUT_INT]);
652
    pci_bus = pci_prep_init(i8259, get_system_memory(), get_system_io());
653 651
    /* Hmm, prep has no pci-isa bridge ??? */
654 652
    isa_bus_new(NULL, get_system_io());
653
    i8259 = i8259_init(first_cpu->irq_inputs[PPC6xx_INPUT_INT]);
654
    pci_bus = pci_prep_init(i8259, get_system_memory(), get_system_io());
655 655
    isa_bus_irqs(i8259);
656 656
    //    pci_bus = i440fx_init();
657 657
    /* Register 8 MB of ISA IO space (needed for non-contiguous map) */

Also available in: Unified diff