projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ebeb2
)
sparc64 follow pci_nic_init change
author
Igor V. Kovalenko
<igor.v.kovalenko@gmail.com>
Tue, 23 Jun 2009 18:04:08 +0000
(18:04 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 23 Jun 2009 18:04:08 +0000
(18:04 +0000)
sun4u.c: correct pci_nic_init arguments following
commit
5607c38820366954c38dd702e979499486057481
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
hw/sun4u.c
patch
|
blob
|
history
diff --git
a/hw/sun4u.c
b/hw/sun4u.c
index e6bdcb2bcefa9d437af3daf34d2bd4730fcc0e3b..0405a1133f6ada1c2f468aa98843dbf66c082be2 100644
(file)
--- a/
hw/sun4u.c
+++ b/
hw/sun4u.c
@@
-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) {