diff options
author | maxim <maxim@FreeBSD.org> | 2004-08-18 09:25:55 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-08-18 09:25:55 +0000 |
commit | 6cce53d202b2b6acdf2d9cbf9d012e7d499d4347 (patch) | |
tree | ee400c4b040eb915e73f8b93ad618c061851b94d /sys/boot/common/help.common | |
parent | 7a2e943ef3551218828dbb3590d2264938344c7a (diff) | |
download | FreeBSD-src-6cce53d202b2b6acdf2d9cbf9d012e7d499d4347.zip FreeBSD-src-6cce53d202b2b6acdf2d9cbf9d012e7d499d4347.tar.gz |
Retire hw.pci.allow_unsupported_io_range.
PR: bin/70533
Submitted by: Gavin Atkinson
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r-- | sys/boot/common/help.common | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 40953bd..6b148c1 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -277,13 +277,6 @@ this option provides a hint as to the actual size of system memory (which will be tested before use). - set hw.pci.allow_unsupported_io_range=<value> - - Allow the PCI Bridge to pass through an unsupported - memory range assigned by the BIOS. - - value is 0 (default) or non-zero to enable. - set hw.pci.enable_io_modes=<value> Enable PCI resources which are left off by some BIOSes |