Module Name: src Committed By: msaitoh Date: Sat Jan 1 03:27:53 UTC 2022
Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Print Physical Layer 16.0 GT/s and Lane Margining at the Receiver extended cap. - Decode Physical Layer 16.0 GT/s extended capability. - Decode Lane Margining at the Receiver extended capability. - Rename pcie_link_compliance_preset_deemphasis to pcie_link_preset_preshoot_deemphasis because the table is referenced from multiple places. - Print "reserved" instead of "unknown" when printing equalization preset. One of them is known to be the default value. - Rename PCI_EXTCAP_PYSLAY_16GT to PCI_EXTCAP_PL16G. To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.162 -r1.163 src/sys/dev/pci/pcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.