From ac92ad1b5dd23ac8edd16e7048889a7da16a679a Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Wed, 18 Aug 2004 09:25:55 +0000 Subject: [PATCH] Retire hw.pci.allow_unsupported_io_range. PR: bin/70533 Submitted by: Gavin Atkinson --- sys/boot/common/help.common | 7 ------- sys/boot/common/loader.8 | 4 ---- 2 files changed, 11 deletions(-) diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index 40953bd73709..6b148c1775eb 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= - - 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= Enable PCI resources which are left off by some BIOSes diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index a77a828412e2..4324470b899e 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -426,10 +426,6 @@ 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 -Allow the PCI bridge to pass through an unsupported memory range -assigned by the BIOS. -Tunable value set to OFF (0) by default. .It Va kern.maxusers Set the size of a number of statically allocated system tables; see .Xr tuning 7