Module Name: src Committed By: thorpej Date: Mon Aug 22 16:18:44 UTC 2022
Modified Files: src/sys/dev/pci: if_age.c Log Message: age_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with "IFQ_POLL() -> IFQ_DEQUEUE() on success (or fatal error)". To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/pci/if_age.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.