CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/29 20:10:00
Modified files:
sys/dev/pci : if_vmx.c
Log message:
clear oactive on each txq, not just txq 0 when the iface goes up or down
if the driver did get into a situation where the tx rings were out
of sync (which should be fixed now) and were stuck oactive, taking
the interface down and up didnt clear that on anything except ring
0.
