Revision f08b32fe hw/ppc4xx_pci.c

b/hw/ppc4xx_pci.c
378 378
    cpu_register_physical_memory(config_space + PCIC0_CFGADDR, 4, index);
379 379

  
380 380
    /* CFGDATA */
381
    index = pci_host_data_register_io_memory(&controller->pci_state);
381
    index = pci_host_data_register_mmio(&controller->pci_state);
382 382
    if (index < 0)
383 383
        goto free;
384 384
    cpu_register_physical_memory(config_space + PCIC0_CFGDATA, 4, index);

Also available in: Unified diff