Searched hist:"2 d89ae0cbf4c04f95843ad9e4b7fe090e5afad46" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/sh4/ |
H A D | r2d.c | diff 2d89ae0cbf4c04f95843ad9e4b7fe090e5afad46 Mon Oct 23 03:37:23 CDT 2023 David Woodhouse <dwmw@amazon.co.uk> hw/sh4/r2d: use pci_init_nic_devices()
Previously, the first PCI NIC would be assigned to slot 2 even if the user override the model and made it something other than an rtl8139 which is the default. Everything else would be dynamically assigned.
Now, the first rtl8139 gets slot 2 and everything else is dynamic.
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
|