search for: uio_sercos3

Displaying 2 results from an estimated 2 matches for "uio_sercos3".

2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...t; 3 files changed, 244 insertions(+), 0 deletions(-) > create mode 100644 drivers/uio/uio_ivshmem.c > > diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig > index 1da73ec..b92cded 100644 > --- a/drivers/uio/Kconfig > +++ b/drivers/uio/Kconfig > @@ -74,6 +74,14 @@ config UIO_SERCOS3 > > If you compile this as a module, it will be called uio_sercos3. > > +config UIO_IVSHMEM > + tristate "KVM shared memory PCI driver" > + default n > + help > + Userspace I/O interface for the KVM shared memory device. This > + driver will make av...
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...t; 3 files changed, 244 insertions(+), 0 deletions(-) > create mode 100644 drivers/uio/uio_ivshmem.c > > diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig > index 1da73ec..b92cded 100644 > --- a/drivers/uio/Kconfig > +++ b/drivers/uio/Kconfig > @@ -74,6 +74,14 @@ config UIO_SERCOS3 > > If you compile this as a module, it will be called uio_sercos3. > > +config UIO_IVSHMEM > + tristate "KVM shared memory PCI driver" > + default n > + help > + Userspace I/O interface for the KVM shared memory device. This > + driver will make av...