Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/pci



Module Name:    src
Committed By:   msaitoh
Date:           Thu May 11 07:07:08 UTC 2023

Modified Files:
        src/sys/dev/pci: if_wm.c

Log Message:
Fix a bug that the transmit underrun counter is incorrectly counted.

 The transmit underrun bit in the transmit status filed is only for 82544
(and older?), so don't use the counter for newer chips. The bit is reserved
for newer chips, but the bit sometimes set on 82575 at least.


To generate a diff of this commit:
cvs rdiff -u -r1.772 -r1.773 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index