Module Name: src Committed By: knakahara Date: Fri Jan 24 02:50:41 UTC 2020
Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4) can use workqueue as deferred Rx/Tx handler like ixg(4). Set hw.wm*.txrx_workqueue=1 to use workqueue instead of softint. The default value of hw.wm*.txrx_workqueue is 0, that is, use softint as before. ok by msaitoh@n.o. To generate a diff of this commit: cvs rdiff -u -r1.661 -r1.662 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.