search for: config_pci_ari

Displaying 12 results from an estimated 12 matches for "config_pci_ari".

2008 Sep 01
1
[PATCH 2/4 v2] PCI: support ARI capability
...ive Routing-ID Interpretation. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 7d63f8c..96f2767 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif + +obj-$(CONFIG_PCI_ARI) += ari.o diff --git a/drivers/pci/ari.c b/drivers/pci/ari.c new file mode 100644 index 0000000..3f1a47a --- /dev/null +++ b/drivers/pci/ari.c @@ -0,0 +1,71 @@ +/* + * drivers/pci/ari.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com> + * + * PCI Express Alternativ...
2008 Sep 01
1
[PATCH 2/4 v2] PCI: support ARI capability
...ive Routing-ID Interpretation. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 7d63f8c..96f2767 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif + +obj-$(CONFIG_PCI_ARI) += ari.o diff --git a/drivers/pci/ari.c b/drivers/pci/ari.c new file mode 100644 index 0000000..3f1a47a --- /dev/null +++ b/drivers/pci/ari.c @@ -0,0 +1,71 @@ +/* + * drivers/pci/ari.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com> + * + * PCI Express Alternativ...
2008 Sep 01
1
[PATCH 2/4 v2] PCI: support ARI capability
...ive Routing-ID Interpretation. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 7d63f8c..96f2767 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif + +obj-$(CONFIG_PCI_ARI) += ari.o diff --git a/drivers/pci/ari.c b/drivers/pci/ari.c new file mode 100644 index 0000000..3f1a47a --- /dev/null +++ b/drivers/pci/ari.c @@ -0,0 +1,71 @@ +/* + * drivers/pci/ari.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com> + * + * PCI Express Alternativ...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...ive Routing-ID Interpretation. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 7d63f8c..96f2767 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif + +obj-$(CONFIG_PCI_ARI) += ari.o diff --git a/drivers/pci/ari.c b/drivers/pci/ari.c new file mode 100644 index 0000000..e6dae1d --- /dev/null +++ b/drivers/pci/ari.c @@ -0,0 +1,70 @@ +/* + * drivers/pci/ari.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com> + * + * PCI Express Alternativ...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...ive Routing-ID Interpretation. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 7d63f8c..96f2767 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif + +obj-$(CONFIG_PCI_ARI) += ari.o diff --git a/drivers/pci/ari.c b/drivers/pci/ari.c new file mode 100644 index 0000000..e6dae1d --- /dev/null +++ b/drivers/pci/ari.c @@ -0,0 +1,70 @@ +/* + * drivers/pci/ari.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com> + * + * PCI Express Alternativ...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...ive Routing-ID Interpretation. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 7d63f8c..96f2767 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -53,3 +53,5 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o ifeq ($(CONFIG_PCI_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif + +obj-$(CONFIG_PCI_ARI) += ari.o diff --git a/drivers/pci/ari.c b/drivers/pci/ari.c new file mode 100644 index 0000000..e6dae1d --- /dev/null +++ b/drivers/pci/ari.c @@ -0,0 +1,70 @@ +/* + * drivers/pci/ari.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com> + * + * PCI Express Alternativ...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...PLUG_PCI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0656655 --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,555 @@ +/* + * drivers/pci/iov.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...PLUG_PCI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0656655 --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,555 @@ +/* + * drivers/pci/iov.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...PLUG_PCI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0656655 --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,555 @@ +/* + * drivers/pci/iov.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...PCI_ARI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0bd006f --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,608 @@ +/* + * drivers/pci/iov.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...PCI_ARI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0bd006f --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,608 @@ +/* + * drivers/pci/iov.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...PCI_ARI + default n + help + This allows device drivers to enable Single Root I/O Virtualization. diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96f2767..2dcefce 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -55,3 +55,5 @@ EXTRA_CFLAGS += -DDEBUG endif obj-$(CONFIG_PCI_ARI) += ari.o + +obj-$(CONFIG_PCI_IOV) += iov.o diff --git a/drivers/pci/iov.c b/drivers/pci/iov.c new file mode 100644 index 0000000..0bd006f --- /dev/null +++ b/drivers/pci/iov.c @@ -0,0 +1,608 @@ +/* + * drivers/pci/iov.c + * + * Copyright (C) 2008 Intel Corporation, Yu Zhao <yu.zhao at intel.com...