Revision 6e355d90 hw/ide/piix.c

b/hw/ide/piix.c
69 69
}
70 70

  
71 71
static void bmdma_map(PCIDevice *pci_dev, int region_num,
72
                    uint32_t addr, uint32_t size, int type)
72
                    pcibus_t addr, pcibus_t size, int type)
73 73
{
74 74
    PCIIDEState *d = DO_UPCAST(PCIIDEState, dev, pci_dev);
75 75
    int i;

Also available in: Unified diff