diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-02-08 19:39:01 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-02-08 19:39:01 +0000 |
commit | 7e5dbec27ad3be108f9ad9dab580166d43fcfcc0 (patch) | |
tree | 1faa903dc48a3a1e36554f01126d1cf63f1311b0 /sys | |
parent | 42bfe7db1eb45e5420ab7e5479c3e989e4db9534 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/boot/common/loader.8 | 2 |
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. |