CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2024/11/01 22:37:20
Modified files: sys/arch/amd64/conf: GENERIC sys/dev/pci : files.pci share/man/man4 : Makefile Added files: sys/dev/pci : if_ixv.c ixgbe_vf.c share/man/man4 : ixv.4 Log message: Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559, and X540. The driver was originally written by Intel and released as ixv driver version 1.5.32 and ported to OpenBSD by Yuichiro NAITO, naito.yuichiro at gmail.com. tested by henson at acm.org and many others. ok jmatthew