Revision 84108e12 hw/ppc_newworld.c

b/hw/ppc_newworld.c
291 291
    isa_mem_base = 0x80000000;
292 292

  
293 293
    /* Register 8 MB of ISA IO space */
294
    isa_mmio_init(0xf2000000, 0x00800000);
294
    isa_mmio_init(0xf2000000, 0x00800000, 1);
295 295

  
296 296
    /* UniN init */
297 297
    unin_memory = cpu_register_io_memory(unin_read, unin_write, NULL);

Also available in: Unified diff