Module Name:    src
Committed By:   thorpej
Date:           Sun Aug 21 14:42:24 UTC 2022

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

Log Message:
jme_ifstart(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with
"IFQ_POLL() -> IFQ_DEQUEUE() on success (and fatal-to-packet errors)".


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_jme.c

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

Reply via email to