search for: 0a1fe01

Displaying 3 results from an estimated 3 matches for "0a1fe01".

2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...s/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 100644 drivers/pci/iov.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..0a1fe01 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,13 @@ config PCI_ARI default n help This enables PCI Alternative Routing-ID Interpretation. + +config PCI_IOV + bool "PCI SR-IOV support" + depends on PCI && HOTPLUG + select PCI_MSI + select PCI_ARI +...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...s/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 100644 drivers/pci/iov.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..0a1fe01 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,13 @@ config PCI_ARI default n help This enables PCI Alternative Routing-ID Interpretation. + +config PCI_IOV + bool "PCI SR-IOV support" + depends on PCI && HOTPLUG + select PCI_MSI + select PCI_ARI +...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...s/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 100644 drivers/pci/iov.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..0a1fe01 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,13 @@ config PCI_ARI default n help This enables PCI Alternative Routing-ID Interpretation. + +config PCI_IOV + bool "PCI SR-IOV support" + depends on PCI && HOTPLUG + select PCI_MSI + select PCI_ARI +...