diff options
| author | Pawel Biernacki <kaktus@FreeBSD.org> | 2020-02-16 17:11:54 +0000 |
|---|---|---|
| committer | Pawel Biernacki <kaktus@FreeBSD.org> | 2020-02-16 17:11:54 +0000 |
| commit | 59e4be225c4bca5e0e76b7703594d5c03a24a825 (patch) | |
| tree | 38637a7e681ae1e98ebabb417822636af30cea72 /sys/dev/pci | |
| parent | f1cabcd328fc1e2402a37e39576f02fd7a0645af (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 697d1e749ad5a..896aa811e9eaf 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -332,7 +332,8 @@ uint32_t pci_numdevs = 0; static int pcie_chipset, pcix_chipset; /* sysctl vars */ -SYSCTL_NODE(_hw, OID_AUTO, pci, CTLFLAG_RD, 0, "PCI bus tuning parameters"); +SYSCTL_NODE(_hw, OID_AUTO, pci, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, + "PCI bus tuning parameters"); static int pci_enable_io_modes = 1; SYSCTL_INT(_hw_pci, OID_AUTO, enable_io_modes, CTLFLAG_RWTUN, |
