mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Blue Swirl
parent
21ebeb23b3
commit
6d53bfd16e
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user