diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-11-13 09:37:43 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2002-11-13 09:37:43 +0000 |
| commit | d7545b110c8ffde94b1885a9730c0cd6a943fcd0 (patch) | |
| tree | ed380226e444f3adf448951076a28c168d6018fc /sys/boot | |
| parent | df81b3e662b3e38ddb7679174438c5c5b05407eb (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/common/help.common | 4 | ||||
| -rw-r--r-- | sys/boot/common/loader.8 | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index c97ba414e7968..ad30a33cde819 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -256,6 +256,10 @@ Disable the use of the PCI BIOS (i386 only) + set machdep.disable_mtrrs=1 + + Disable the use of i686 MTRRs (i386 only) + set net.inet.tcp.tcbhashsize=<value> TCBHASHSIZE Overrides the compile-time set value of TCBHASHSIZE or diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index a76e691031d1a..a32be170bf41c 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -476,6 +476,8 @@ Note that the NBUF parameter will override this limit. Modifies .Va VM_BCACHE_SIZE_MAX . +.It Va machdep.disable_mtrrs +Disable the use of i686 MTRRs (x86 only). .It Va machdep.pccard.pcic_irq Overrides the IRQ normally assigned to a PCCARD controller. Typically the first available interrupt will be allocated, |
