--- - branch: MAIN date: Mon Apr 23 01:35:25 UTC 2018 files: - new: '1.576' old: '1.575' path: src/sys/dev/pci/if_wm.c pathrev: src/sys/dev/pci/if_wm.c@1.576 type: modified id: 20180423T013525Z.ee3fd9d49563f74ea0ebc4353589ea512c68dfdc log: | - Backout if_wm.c rev.1.574 and print "device timeout (lost interrupt)" when all descriptors in a queue are free. When all descripters are free after wm_txeof(), it's caused by lost interrupt (though I've never seen it). One possibility is chip bug and another possibility is software bug. We should reset in any cases. If we don't reset and don't print error message, TX processing is done intermittently and user might not noticed the problem. - Rename txq_watchdog to txq_sending to make the meaning clear. module: src subject: 'CVS commit: src/sys/dev/pci' unixtime: '1524447325' user: msaitoh