Revision dd37a5e4 hw/ppc_prep.c

b/hw/ppc_prep.c
598 598
    }
599 599

  
600 600
    isa_mem_base = 0xc0000000;
601
    if (PPC_INPUT(env) != PPC_FLAGS_INPUT_6xx) {
602
        cpu_abort(env, "Only 6xx bus is supported on PREP machine\n");
603
        exit(1);
604
    }
601 605
    i8259 = i8259_init(first_cpu->irq_inputs[PPC6xx_INPUT_INT]);
602 606
    pci_bus = pci_prep_init(i8259);
603 607
    //    pci_bus = i440fx_init();

Also available in: Unified diff