Module Name: src Committed By: msaitoh Date: Tue Feb 18 04:07:14 UTC 2020
Modified Files: src/sys/dev/pci: if_wm.c Log Message: It's useless to not to set PCI_PMCSR_PME_STS bit when writing because the bit is W1C. Instead, always write PCI_PMCSR_PME_STS bit to clear in case it's already set. To generate a diff of this commit: cvs rdiff -u -r1.667 -r1.668 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.