Revision a8170e5e hw/mcf_fec.c

b/hw/mcf_fec.c
216 216
    s->rfsr = 0x500;
217 217
}
218 218

  
219
static uint64_t mcf_fec_read(void *opaque, target_phys_addr_t addr,
219
static uint64_t mcf_fec_read(void *opaque, hwaddr addr,
220 220
                             unsigned size)
221 221
{
222 222
    mcf_fec_state *s = (mcf_fec_state *)opaque;
......
254 254
    }
255 255
}
256 256

  
257
static void mcf_fec_write(void *opaque, target_phys_addr_t addr,
257
static void mcf_fec_write(void *opaque, hwaddr addr,
258 258
                          uint64_t value, unsigned size)
259 259
{
260 260
    mcf_fec_state *s = (mcf_fec_state *)opaque;
......
458 458
};
459 459

  
460 460
void mcf_fec_init(MemoryRegion *sysmem, NICInfo *nd,
461
                  target_phys_addr_t base, qemu_irq *irq)
461
                  hwaddr base, qemu_irq *irq)
462 462
{
463 463
    mcf_fec_state *s;
464 464

  

Also available in: Unified diff