summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-02-08 19:39:01 +0000
committertrhodes <trhodes@FreeBSD.org>2003-02-08 19:39:01 +0000
commit7e5dbec27ad3be108f9ad9dab580166d43fcfcc0 (patch)
tree1faa903dc48a3a1e36554f01126d1cf63f1311b0 /sys/boot
parent42bfe7db1eb45e5420ab7e5479c3e989e4db9534 (diff)
downloadFreeBSD-src-7e5dbec27ad3be108f9ad9dab580166d43fcfcc0.zip
FreeBSD-src-7e5dbec27ad3be108f9ad9dab580166d43fcfcc0.tar.gz
s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/
The former was incorrect and gave an `unknown oid' error.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/loader.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 9a3016a..c868922 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -427,7 +427,7 @@ Enable PCI resources which are left off by some BIOSes or are not
enabled correctly by the device driver.
Tunable value set to ON (1) by default, but this may cause problems
with some peripherals.
-.It Va hw.pci_allow_unsupported_io_range
+.It Va hw.pci.allow_unsupported_io_range
Allow the PCI bridge to pass through an unsupported memory range
assigned by the BIOS.
Tunable value set to OFF (0) by default.
OpenPOWER on IntegriCloud