diff options
Diffstat (limited to 'hw/realview.c')
-rw-r--r-- | hw/realview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/realview.c b/hw/realview.c index 11b0916089..6d057cee0f 100644 --- a/hw/realview.c +++ b/hw/realview.c @@ -71,7 +71,7 @@ static void realview_init(int ram_size, int vga_ram_size, int boot_device, if (strcmp(nd->model, "smc91c111") == 0) { smc91c111_init(nd, 0x4e000000, pic, 28); } else { - pci_nic_init(pci_bus, nd); + pci_nic_init(pci_bus, nd, -1); } } |