Module Name: src Committed By: msaitoh Date: Tue May 8 11:36:40 UTC 2018
Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that TX might stall because WM_TXQ_NO_SPACE is not cleared in if_init() (though I've never seen this problem). Clear txq->txq_flags in wm_init_tx_queue(). OK'd by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.577 -r1.578 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.