aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2020-08-07 18:40:56 +0000
committerAlexander Motin <mav@FreeBSD.org>2020-08-07 18:40:56 +0000
commitc34e4b5c63f57c3c4d55b3ba419fc563ee4eabf0 (patch)
treef9d6d9d639513e568dbcb69444b6d5afd19e02e9 /sys/dev/pci
parenta45663832633a75995d411ee3a49afdaec059379 (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 379ad427b6b6e..89e484404727e 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -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");