Revision 6e355d90 hw/e1000.c

b/hw/e1000.c
145 145
};
146 146

  
147 147
static void
148
ioport_map(PCIDevice *pci_dev, int region_num, uint32_t addr,
149
           uint32_t size, int type)
148
ioport_map(PCIDevice *pci_dev, int region_num, pcibus_t addr,
149
           pcibus_t size, int type)
150 150
{
151 151
    DBGOUT(IO, "e1000_ioport_map addr=0x%04x size=0x%08x\n", addr, size);
152 152
}
......
1011 1011

  
1012 1012
static void
1013 1013
e1000_mmio_map(PCIDevice *pci_dev, int region_num,
1014
                uint32_t addr, uint32_t size, int type)
1014
                pcibus_t addr, pcibus_t size, int type)
1015 1015
{
1016 1016
    E1000State *d = DO_UPCAST(E1000State, dev, pci_dev);
1017 1017
    int i;

Also available in: Unified diff