Retire hw.pci.allow_unsupported_io_range.

PR:		bin/70533
Submitted by:	Gavin Atkinson
This commit is contained in:
Maxim Konovalov 2004-08-18 09:25:55 +00:00
parent f1ad62a4d8
commit ac92ad1b5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133947
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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