Module Name: src Committed By: msaitoh Date: Sat Dec 1 01:23:24 UTC 2018
Modified Files: src/sys/dev/pci: pci.c pcivar.h Log Message: Save control registers in PCI-X, PCIe, MSI and MSI-X capability area when suspend and restore them when resume. For PCIe cababilities register, it's required to check the existence of each register to not to write the next area. This chagnge fixes a stability of suspend/resume. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/sys/dev/pci/pci.c cvs rdiff -u -r1.112 -r1.113 src/sys/dev/pci/pcivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.