CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2024/10/26 22:44:41
Modified files: sys/dev/pci : ixgbe.c ixgbe.h ixgbe_type.h Log message: To prepare to add ixv(4), update the mailbox functionalities of ixbge to ixv driver version 1.5.32 from Intel. This change will not affect the existing usage of ix(4), since the change is only about the mailbox, and the mailbox is used only when the primary/virtual function is used. The diff from Yuichiro NAITO, naito.yuichiro at gmail.com. ok jmatthew jan