Where is this kernel flag (pcie_aspm) documented? I'm sure it does something, and I just turned it off to get wired Ethernet driver (e1000e) working.
Where is this kernel flag (pcie_aspm) documented? I'm sure it does something, and I just turned it off to get wired Ethernet driver (e1000e) working.
So, the first hit on Google for "pcie_aspm" is:
[patch] pci: document the pcie_aspm kernel parameter
and that documentation is in the current kernel
Documentation/kernel-parameters.txt
, where it says:And in turn, google for "pcie active state power management" leads to PCI Express* Architecture Power Management document, which explans that ASPM does pretty much what the name implies.