diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-11-13 09:40:09 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-11-13 09:40:09 +0000 |
| commit | 04211a9bccb12049ef92c49806dbf7f6240c1925 (patch) | |
| tree | a12e0f71e8e8ee7aa0380d85f7e62f68ab5afe3e /sys/dev | |
| parent | d7545b110c8ffde94b1885a9730c0cd6a943fcd0 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 869da3a349e7..3b2daab0b0a0 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -165,7 +165,7 @@ u_int32_t pci_numdevs = 0; /* sysctl vars */ SYSCTL_NODE(_hw, OID_AUTO, pci, CTLFLAG_RD, 0, "PCI bus tuning parameters"); -int pci_enable_io_modes = 1; +static int pci_enable_io_modes = 1; TUNABLE_INT("hw.pci.enable_io_modes", (int *)&pci_enable_io_modes); SYSCTL_INT(_hw_pci, OID_AUTO, enable_io_modes, CTLFLAG_RW, &pci_enable_io_modes, 1, |
