pci_iov

  1. A

    PCI_IOV not visible in driver code

    Hi, I am compiling a driver for sr-iov. The /usr/src/sys/amd64/conf/GENERIC has the PCI_IOV option specified by default. options PCI_IOV # PCI SR-IOV support I have the following in the driver code #ifdef PCI_IOV #include <sys/nv.h> #include <sys/iov_schema.h>...
Back
Top