Revision 2507c12a hw/prep_pci.c

b/hw/prep_pci.c
125 125
    pci_host_data_register_ioport(0xcfc, s);
126 126

  
127 127
    PPC_io_memory = cpu_register_io_memory(PPC_PCIIO_read,
128
                                           PPC_PCIIO_write, s);
128
                                           PPC_PCIIO_write, s,
129
                                           DEVICE_NATIVE_ENDIAN);
129 130
    cpu_register_physical_memory(0x80800000, 0x00400000, PPC_io_memory);
130 131

  
131 132
    /* PCI host bridge */

Also available in: Unified diff