summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/help.common
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-04-16 20:48:33 +0000
committermsmith <msmith@FreeBSD.org>2000-04-16 20:48:33 +0000
commit087c82acdb8383ded1820689980c59ee9fab52c6 (patch)
tree559bc6b745fdd12c5e689a44904bcf714abd567d /sys/boot/common/help.common
parent9ae9f06eb1d211d712c6ce5cc3d26ac0336230a4 (diff)
downloadFreeBSD-src-087c82acdb8383ded1820689980c59ee9fab52c6.zip
FreeBSD-src-087c82acdb8383ded1820689980c59ee9fab52c6.tar.gz
Some more i386-only BIOS-friendliness:
- Add support for using the PCI BIOS functions for configuration space accesses, and make this the default. - Make PNPBIOS the default (obsoletes the PNPBIOS config option). - Add two new boot-time tunables to disable each of the above.
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r--sys/boot/common/help.common8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index 8517fd5..3425280 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -246,6 +246,14 @@
set to 0, an interrupt will not be assigned and the
controller will operate in polled mode only.
+ set machdep.bios.pnp=disable
+
+ Disable the use of the PnP BIOS (i386 only)
+
+ set machdep.bios.pci=disable
+
+ Disable the use of the PCI BIOS (i386 only)
+
set net.inet.tcp.tcbhashsize=<value> TCBHASHSIZE
Overrides the compile-time set value of TCBHASHSIZE or
OpenPOWER on IntegriCloud