mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
Enable hw.pci.enable_aspm tunable by default.
While effects on power saving is only a guess, effects on hot-plug are clearly visible. Lets try to enable it and see what happen. MFC after: 3 months
This commit is contained in:
parent
a456638326
commit
c34e4b5c63
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ static int pci_enable_ari = 1;
|
|||
SYSCTL_INT(_hw_pci, OID_AUTO, enable_ari, CTLFLAG_RDTUN, &pci_enable_ari,
|
||||
0, "Enable support for PCIe Alternative RID Interpretation");
|
||||
|
||||
int pci_enable_aspm;
|
||||
int pci_enable_aspm = 1;
|
||||
SYSCTL_INT(_hw_pci, OID_AUTO, enable_aspm, CTLFLAG_RDTUN, &pci_enable_aspm,
|
||||
0, "Enable support for PCIe Active State Power Management");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue