CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/08 22:39:42
Modified files:
sys/dev/pci : if_ix.c
Log message:
ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring.
luckily tx_rings and rx_rings have ix_softc pointers in the same
place, so we got away with it.
from Christiano Haesbaert
