Module Name: src Committed By: msaitoh Date: Mon May 22 04:21:20 UTC 2017
Modified Files: src/sys/dev/pci: pci_subr.c Log Message: - The Captured Slot Power Limit value is only for device which has upsteam port. - The following three registers are the same encoding, so use the same function: - the Captured Slot Power Limit in the Device Capability register of PICe capability. - the Slot Power Limit in Slot Capability register of PCIe capability. - the Base Power and Data Scale in the Data Register of Power Budgeting capability. - Fix the alternative encoding check of power limit as document. Add check if scale equals to 0. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/sys/dev/pci/pci_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.