/freebsd/sys/dev/pci/ |
H A D | pci_iov_if.m | f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | pci_iov.h | f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | pci_iov.c | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | pci_if.m | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | pcivar.h | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
/freebsd/share/man/man9/ |
H A D | PCI_IOV_UNINIT.9 | f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | PCI_IOV_ADD_VF.9 | f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | PCI_IOV_INIT.9 | f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | pci_iov_schema.9 | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | pci.9 | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | Makefile | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
/freebsd/sys/modules/ixl/ |
H A D | Makefile | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | if_ixl.c | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
/freebsd/sys/conf/ |
H A D | kmod.mk | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
H A D | files | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|
/freebsd/ |
H A D | ObsoleteFiles.inc | diff f3bb92515317f9b66fca73deca375a79d49dc54a Fri May 29 00:01:50 CEST 2015 John Baldwin <jhb@FreeBSD.org> Create a separate kobj interface for leaf-driver PCI IOV methods.
Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface.
Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone
|