mirror of https://github.com/xemu-project/xemu.git
sparc64 follow pci_nic_init change
sun4u.c: correct pci_nic_init arguments following
commit 5607c38820
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
This commit is contained in:
parent
21ebeb23b3
commit
6d53bfd16e
|
@ -479,7 +479,7 @@ static void sun4uv_init(ram_addr_t RAM_size,
|
|||
}
|
||||
|
||||
for(i = 0; i < nb_nics; i++)
|
||||
pci_nic_init(pci_bus, &nd_table[i], -1, "ne2k_pci");
|
||||
pci_nic_init(&nd_table[i], "ne2k_pci", NULL);
|
||||
|
||||
irq = qemu_allocate_irqs(cpu_set_irq, env, MAX_PILS);
|
||||
if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) {
|
||||
|
|
Loading…
Reference in New Issue