diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2013-06-24 18:30:44 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2013-06-24 18:30:44 +0000 |
| commit | 19e1c4d11554f7aa707f0abf5074a253c63896e6 (patch) | |
| tree | 701b41b5f9265f942a144f738b2a48e91e15a800 /sys/dev/pci | |
| parent | 4aa4cd8e927072a7fb1a2ced8abac9c1e13c8f3c (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -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 2851ab76866a..bea162bf1edf 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -280,7 +280,7 @@ SYSCTL_INT(_hw_pci, OID_AUTO, enable_io_modes, CTLFLAG_RW, enable these bits correctly. We'd like to do this all the time, but there\n\ are some peripherals that this causes problems with."); -static int pci_do_realloc_bars = 1; +static int pci_do_realloc_bars = 0; TUNABLE_INT("hw.pci.realloc_bars", &pci_do_realloc_bars); SYSCTL_INT(_hw_pci, OID_AUTO, realloc_bars, CTLFLAG_RW, &pci_do_realloc_bars, 0, |
