Revision e3936fa5 hw/eepro100.c

b/hw/eepro100.c
1778 1778

  
1779 1779
    TRACE(OTHER, logout("\n"));
1780 1780

  
1781
    s->dev.unregister = pci_nic_uninit;
1782

  
1783 1781
    s->device = device;
1784 1782

  
1785 1783
    pci_reset(s);
......
1888 1886
        .qdev.name = "i82551",
1889 1887
        .qdev.size = sizeof(EEPRO100State),
1890 1888
        .init      = pci_i82551_init,
1889
        .exit      = pci_nic_uninit,
1891 1890
    },{
1892 1891
        .qdev.name = "i82557a",
1893 1892
        .qdev.size = sizeof(EEPRO100State),
......
1896 1895
        .qdev.name = "i82557b",
1897 1896
        .qdev.size = sizeof(EEPRO100State),
1898 1897
        .init      = pci_i82557b_init,
1898
        .exit      = pci_nic_uninit,
1899 1899
    },{
1900 1900
        .qdev.name = "i82557c",
1901 1901
        .qdev.size = sizeof(EEPRO100State),
......
1924 1924
        .qdev.name = "i82559er",
1925 1925
        .qdev.size = sizeof(EEPRO100State),
1926 1926
        .init      = pci_i82559er_init,
1927
        .exit      = pci_nic_uninit,
1927 1928
    },{
1928 1929
        .qdev.name = "i82562",
1929 1930
        .qdev.size = sizeof(EEPRO100State),

Also available in: Unified diff