CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2019/07/28 18:40:49
Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : if_iavf.c Log message: Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions. This should work with SR-IOV virtual functions of Intel 700 series and newer ethernet controllers. Written based on ixl(4) and the AVF Hardware Architecture Specification released by Intel. ok dlg@ deraadt@