Skip to content

Commit

Permalink
hw/alpha/dp264: use pci_init_nic_devices()
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
dwmw2 committed Feb 2, 2024
1 parent 7d6eff1 commit 861bbc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hw/alpha/dp264.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ static void clipper_init(MachineState *machine)
pci_vga_init(pci_bus);

/* Network setup. e1000 is good enough, failing Tulip support. */
for (i = 0; i < nb_nics; i++) {
pci_nic_init_nofail(&nd_table[i], pci_bus, mc->default_nic, NULL);
}
pci_init_nic_devices(pci_bus, mc->default_nic);

/* Super I/O */
isa_create_simple(isa_bus, TYPE_SMC37C669_SUPERIO);
Expand Down

0 comments on commit 861bbc8

Please sign in to comment.