Revision 6e355d90 hw/pcnet.c

b/hw/pcnet.c
1727 1727
}
1728 1728

  
1729 1729
static void pcnet_ioport_map(PCIDevice *pci_dev, int region_num,
1730
                             uint32_t addr, uint32_t size, int type)
1730
                             pcibus_t addr, pcibus_t size, int type)
1731 1731
{
1732 1732
    PCNetState *d = &DO_UPCAST(PCIPCNetState, pci_dev, pci_dev)->state;
1733 1733

  
......
1920 1920
};
1921 1921

  
1922 1922
static void pcnet_mmio_map(PCIDevice *pci_dev, int region_num,
1923
                            uint32_t addr, uint32_t size, int type)
1923
                            pcibus_t addr, pcibus_t size, int type)
1924 1924
{
1925 1925
    PCIPCNetState *d = DO_UPCAST(PCIPCNetState, pci_dev, pci_dev);
1926 1926

  

Also available in: Unified diff