diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
commit | 9d07d7579bcaf01e05c511c63d091ed2ac310091 (patch) | |
tree | 20ed00454b9ddabf62cc673b14d1234cbc078287 /hw/pci.h | |
parent | 9be5dafe488088bcff8f8365bc7dd35d3dac5186 (diff) |
PCI network qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/pci.h')
-rw-r--r-- | hw/pci.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -239,26 +239,6 @@ void usb_uhci_piix4_init(PCIBus *bus, int devfn); /* usb-ohci.c */ void usb_ohci_init_pci(struct PCIBus *bus, int num_ports, int devfn); -/* eepro100.c */ - -PCIDevice *pci_i82551_init(PCIBus *bus, NICInfo *nd, int devfn); -PCIDevice *pci_i82557b_init(PCIBus *bus, NICInfo *nd, int devfn); -PCIDevice *pci_i82559er_init(PCIBus *bus, NICInfo *nd, int devfn); - -/* ne2000.c */ - -PCIDevice *pci_ne2000_init(PCIBus *bus, NICInfo *nd, int devfn); - -/* rtl8139.c */ - -PCIDevice *pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn); - -/* e1000.c */ -PCIDevice *pci_e1000_init(PCIBus *bus, NICInfo *nd, int devfn); - -/* pcnet.c */ -PCIDevice *pci_pcnet_init(PCIBus *bus, NICInfo *nd, int devfn); - /* prep_pci.c */ PCIBus *pci_prep_init(qemu_irq *pic); |