CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2025/01/24 03:29:43
Modified files: sys/dev/pci : if_vmx.c Log message: Set OACTIVE before putting the final packet on the tx ring. This fixes a race that keeps OACTIVE set forever if the tx completion happens parallelly. Found by IIJ. ok jmatthew