Revision 72da4208 hw/rtl8139.c

b/hw/rtl8139.c
3414 3414
}
3415 3415
#endif /* RTL8139_ONBOARD_TIMER */
3416 3416

  
3417
void pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn)
3417
PCIDevice *pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn)
3418 3418
{
3419 3419
    PCIRTL8139State *d;
3420 3420
    RTL8139State *s;
......
3466 3466
    qemu_mod_timer(s->timer,
3467 3467
        rtl8139_get_next_tctr_time(s,qemu_get_clock(vm_clock)));
3468 3468
#endif /* RTL8139_ONBOARD_TIMER */
3469
    return (PCIDevice *)d;
3469 3470
}

Also available in: Unified diff