Module Name: src
Committed By: knakahara
Date: Wed Oct 20 07:04:28 UTC 2021
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix return value of interrupt handler, pointed out by [email protected].
Even if stopping flag is set (and handler do nothing), the interrupt
itself should be assume to be processed when ICR is not zero. If not,
interrupt count is not incremented correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.711 -r1.712 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.