On 06/20/2013 06:11 AM, Michael S. Tsirkin wrote:
> From: David Gibson
>
> At present, pci_nic_init() and pci_nic_init_nofail() assume that they will
> only create a NIC under the primary PCI root. As we add support for
> multiple PCI roots, that may no longer be the case. This patch adds a roo
From: David Gibson
At present, pci_nic_init() and pci_nic_init_nofail() assume that they will
only create a NIC under the primary PCI root. As we add support for
multiple PCI roots, that may no longer be the case. This patch adds a root
bus parameter to pci_nic_init() (and updates callers accor