Deleted Added
full compact
loader.8 (102612) loader.8 (106842)
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sys/boot/common/loader.8 102612 2002-08-30 11:11:07Z iwasaki $
25.\" $FreeBSD: head/sys/boot/common/loader.8 106842 2002-11-13 09:37:43Z mdodd $
26.\"
27.\" Note: The date here should be updated whenever a non-trivial
28.\" change is made to the manual page.
29.Dd March 14, 1999
30.Dt LOADER 8
31.Os
32.Sh NAME
33.Nm loader

--- 437 unchanged lines hidden (view full) ---

471Only mess around with this parameter if you need to
472greatly extend the KVM reservation for other resources
473such as the swap zone or
474.Va NMBCLUSTERS .
475Note that
476the NBUF parameter will override this limit.
477Modifies
478.Va VM_BCACHE_SIZE_MAX .
26.\"
27.\" Note: The date here should be updated whenever a non-trivial
28.\" change is made to the manual page.
29.Dd March 14, 1999
30.Dt LOADER 8
31.Os
32.Sh NAME
33.Nm loader

--- 437 unchanged lines hidden (view full) ---

471Only mess around with this parameter if you need to
472greatly extend the KVM reservation for other resources
473such as the swap zone or
474.Va NMBCLUSTERS .
475Note that
476the NBUF parameter will override this limit.
477Modifies
478.Va VM_BCACHE_SIZE_MAX .
479.It Va machdep.disable_mtrrs
480Disable the use of i686 MTRRs (x86 only).
479.It Va machdep.pccard.pcic_irq
480Overrides the IRQ normally assigned to a PCCARD controller.
481Typically the first available interrupt will be allocated,
482which may conflict with other hardware.
483If this value is set to 0,
484an interrupt will not be assigned
485and the controller will operate in polled mode only.
486.It Va net.inet.tcp.tcbhashsize

--- 404 unchanged lines hidden ---
481.It Va machdep.pccard.pcic_irq
482Overrides the IRQ normally assigned to a PCCARD controller.
483Typically the first available interrupt will be allocated,
484which may conflict with other hardware.
485If this value is set to 0,
486an interrupt will not be assigned
487and the controller will operate in polled mode only.
488.It Va net.inet.tcp.tcbhashsize

--- 404 unchanged lines hidden ---