Revision 0d92ed30 hw/ppc_prep.c

b/hw/ppc_prep.c
665 665
    cpu_register_physical_memory(0xFEFF0000, 0x1000, PPC_io_memory);
666 666
#endif
667 667

  
668
    if (usb_enabled) {
669
        usb_ohci_init(pci_bus, 3, -1);
670
    }
671

  
668 672
    nvram = m48t59_init(8, 0, 0x0074, NVRAM_SIZE, 59);
669 673
    if (nvram == NULL)
670 674
        return;

Also available in: Unified diff