Module Name: src Committed By: msaitoh Date: Fri Oct 30 06:23:39 UTC 2020
Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add new sysctl hw.wmN.debug_flags. This sysctl can be used if WM_DEBUG is set. OK'd by knakahara. % sysctl -d hw.wm0.debug_flags hw.wm0.debug_flags: Debug flags: 0x01 LINK 0x02 TX 0x04 RX 0x08 GMII 0x10 MANAGE 0x20 NVM 0x40 INIT 0x80 LOCK To generate a diff of this commit: cvs rdiff -u -r1.692 -r1.693 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.