Whitespace cleanup:
o Wrap sentences on to new lines o Cleanup trailing whitespace Found with: textproc/igor MFC after: 1 week X-MFC-With: r232157
This commit is contained in:
parent
3102cfe2e2
commit
9d496f5ab6
@ -176,7 +176,8 @@ option, since this matches the historic behavior of
|
|||||||
.Nm
|
.Nm
|
||||||
in
|
in
|
||||||
.Fx . This option makes number parsing less strict and permits leading
|
.Fx . This option makes number parsing less strict and permits leading
|
||||||
white space and an optional leading plus sign. In addition, empty operands
|
white space and an optional leading plus sign.
|
||||||
|
In addition, empty operands
|
||||||
have an implied value of zero in numeric context.
|
have an implied value of zero in numeric context.
|
||||||
For historical reasons, defining the environment variable
|
For historical reasons, defining the environment variable
|
||||||
.Ev EXPR_COMPAT
|
.Ev EXPR_COMPAT
|
||||||
@ -300,7 +301,8 @@ standard, the use of string arguments
|
|||||||
.Va index ,
|
.Va index ,
|
||||||
or
|
or
|
||||||
.Va match
|
.Va match
|
||||||
produces undefined results. In this version of
|
produces undefined results.
|
||||||
|
In this version of
|
||||||
.Nm ,
|
.Nm ,
|
||||||
these arguments are treated just as their respective string values.
|
these arguments are treated just as their respective string values.
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -101,7 +101,8 @@ queries status of a process descriptor; currently only the
|
|||||||
.Fa st_ctime
|
.Fa st_ctime
|
||||||
and
|
and
|
||||||
.Fa st_mtime
|
.Fa st_mtime
|
||||||
fields are defined. If the owner read, write, and execute bits are set then the
|
fields are defined.
|
||||||
|
If the owner read, write, and execute bits are set then the
|
||||||
process represented by the process descriptor is still alive.
|
process represented by the process descriptor is still alive.
|
||||||
.Pp
|
.Pp
|
||||||
.Xr poll 2
|
.Xr poll 2
|
||||||
|
@ -54,16 +54,16 @@ MIPS programmable PMCs support the following events:
|
|||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Li CYCLE
|
.It Li CYCLE
|
||||||
.Pq Event 0, Counter 0/1
|
.Pq Event 0, Counter 0/1
|
||||||
Total number of cycles.
|
Total number of cycles.
|
||||||
The performance counters are clocked by the
|
The performance counters are clocked by the
|
||||||
top-level gated clock.
|
top-level gated clock.
|
||||||
If the core is built with that clock gater
|
If the core is built with that clock gater
|
||||||
present, none of the counters will increment while the clock is
|
present, none of the counters will increment while the clock is
|
||||||
stopped - due to a WAIT instruction.
|
stopped - due to a WAIT instruction.
|
||||||
.It Li INSTR_EXECUTED
|
.It Li INSTR_EXECUTED
|
||||||
.Pq Event 1, Counter 0/1
|
.Pq Event 1, Counter 0/1
|
||||||
Total number of instructions completed.
|
Total number of instructions completed.
|
||||||
.It Li BRANCH_COMPLETED
|
.It Li BRANCH_COMPLETED
|
||||||
.Pq Event 2, Counter 0
|
.Pq Event 2, Counter 0
|
||||||
Total number of branch instructions completed.
|
Total number of branch instructions completed.
|
||||||
.It Li BRANCH_MISPRED
|
.It Li BRANCH_MISPRED
|
||||||
@ -85,9 +85,9 @@ If RPS use is disabled, JR $31 will not be predicted.
|
|||||||
.Pq Event 5, Counter 0
|
.Pq Event 5, Counter 0
|
||||||
Counts ITLB accesses that are due to fetches showing up in the
|
Counts ITLB accesses that are due to fetches showing up in the
|
||||||
instruction fetch stage of the pipeline and which do not use a fixed
|
instruction fetch stage of the pipeline and which do not use a fixed
|
||||||
mapping or are not in unmapped space.
|
mapping or are not in unmapped space.
|
||||||
If an address is fetched twice from the pipe (as in the case of a
|
If an address is fetched twice from the pipe (as in the case of a
|
||||||
cache miss), that instruction willcount as 2 ITLB accesses.
|
cache miss), that instruction willcount as 2 ITLB accesses.
|
||||||
Since each fetch gets us 2 instructions,there is one access marked per double
|
Since each fetch gets us 2 instructions,there is one access marked per double
|
||||||
word.
|
word.
|
||||||
.It Li ITLB_MISS
|
.It Li ITLB_MISS
|
||||||
@ -102,7 +102,8 @@ They are also ignored if there is some form of address error.
|
|||||||
Counts DTLB access including those in unmapped address spaces.
|
Counts DTLB access including those in unmapped address spaces.
|
||||||
.It Li DTLB_MISS
|
.It Li DTLB_MISS
|
||||||
.Pq Event 6, Counter 1
|
.Pq Event 6, Counter 1
|
||||||
Counts DTLB misses. Back to back misses that result in only one DTLB
|
Counts DTLB misses.
|
||||||
|
Back to back misses that result in only one DTLB
|
||||||
entry getting refilled are counted as a single miss.
|
entry getting refilled are counted as a single miss.
|
||||||
.It Li JTLB_IACCESS
|
.It Li JTLB_IACCESS
|
||||||
.Pq Event 7, Counter 0
|
.Pq Event 7, Counter 0
|
||||||
@ -119,7 +120,8 @@ Data JTLB accesses.
|
|||||||
Counts data JTLB accesses that result in no match or a match on an invalid translation.
|
Counts data JTLB accesses that result in no match or a match on an invalid translation.
|
||||||
.It Li IC_FETCH
|
.It Li IC_FETCH
|
||||||
.Pq Event 9, Counter 0
|
.Pq Event 9, Counter 0
|
||||||
Counts every time the instruction cache is accessed. All replays,
|
Counts every time the instruction cache is accessed.
|
||||||
|
All replays,
|
||||||
wasted fetches etc. are counted.
|
wasted fetches etc. are counted.
|
||||||
For example, following a branch, even though the prediction is taken,
|
For example, following a branch, even though the prediction is taken,
|
||||||
the fall through access is counted.
|
the fall through access is counted.
|
||||||
@ -179,7 +181,8 @@ when both stalls are active will only be counted once.
|
|||||||
replay traps (other than uTLB)
|
replay traps (other than uTLB)
|
||||||
.It Li STORE_COND_COMPLETED
|
.It Li STORE_COND_COMPLETED
|
||||||
.Pq Event 19, Counter 0
|
.Pq Event 19, Counter 0
|
||||||
Conditional stores completed. Counts all events, including failed stores.
|
Conditional stores completed.
|
||||||
|
Counts all events, including failed stores.
|
||||||
.It Li STORE_COND_FAILED
|
.It Li STORE_COND_FAILED
|
||||||
.Pq Event 19, Counter 1
|
.Pq Event 19, Counter 1
|
||||||
Conditional store instruction that did not update memory.
|
Conditional store instruction that did not update memory.
|
||||||
@ -189,7 +192,7 @@ different and the observed operating mode could change between them,
|
|||||||
causing some inaccuracy in the measured ratio.
|
causing some inaccuracy in the measured ratio.
|
||||||
.It Li ICACHE_REQUESTS
|
.It Li ICACHE_REQUESTS
|
||||||
.Pq Event 20, Counter 0
|
.Pq Event 20, Counter 0
|
||||||
Note that this only counts PREFs that are actually attempted.
|
Note that this only counts PREFs that are actually attempted.
|
||||||
PREFs to uncached addresses or ones with translation errors are not counted
|
PREFs to uncached addresses or ones with translation errors are not counted
|
||||||
.It Li ICACHE_HIT
|
.It Li ICACHE_HIT
|
||||||
.Pq Event 20, Counter 1
|
.Pq Event 20, Counter 1
|
||||||
@ -214,7 +217,7 @@ Any type of exception taken.
|
|||||||
Counts cycles where the LSU is in fixup and cannot accept a new
|
Counts cycles where the LSU is in fixup and cannot accept a new
|
||||||
instruction from the ALU.
|
instruction from the ALU.
|
||||||
Fixups are replays within the LSU that occur when an instruction needs
|
Fixups are replays within the LSU that occur when an instruction needs
|
||||||
to re-access the cache or the DTLB.
|
to re-access the cache or the DTLB.
|
||||||
.It Li IFU_CYCLES_STALLED
|
.It Li IFU_CYCLES_STALLED
|
||||||
.Pq Event 25, Counter 0
|
.Pq Event 25, Counter 0
|
||||||
Counts the number of cycles where the fetch unit is not providing a
|
Counts the number of cycles where the fetch unit is not providing a
|
||||||
@ -256,7 +259,7 @@ Cycles where the main pipeline is stalled because of an index conflict
|
|||||||
in the Fill Store Buffer.
|
in the Fill Store Buffer.
|
||||||
.It Li DMISS_CYCLES
|
.It Li DMISS_CYCLES
|
||||||
.Pq Event 39, Counter 0
|
.Pq Event 39, Counter 0
|
||||||
Data miss is outstanding, but not necessarily stalling the pipeline.
|
Data miss is outstanding, but not necessarily stalling the pipeline.
|
||||||
The difference between this and D$ miss stall cycles can show the gain
|
The difference between this and D$ miss stall cycles can show the gain
|
||||||
from non-blocking cache misses.
|
from non-blocking cache misses.
|
||||||
.It Li L2_MISS_CYCLES
|
.It Li L2_MISS_CYCLES
|
||||||
@ -282,7 +285,8 @@ Counts all cycles where integer pipeline waits on CorExtend return data.
|
|||||||
Count all pipeline bubbles that are a result of multicycle ISPRAM
|
Count all pipeline bubbles that are a result of multicycle ISPRAM
|
||||||
access.
|
access.
|
||||||
Pipeline bubbles are defined as all cycles that IFU doesn't present an
|
Pipeline bubbles are defined as all cycles that IFU doesn't present an
|
||||||
instruction to ALU. The four cycles after a redirect are not counted.
|
instruction to ALU.
|
||||||
|
The four cycles after a redirect are not counted.
|
||||||
.It Li DSPRAM_STALL_CYCLES
|
.It Li DSPRAM_STALL_CYCLES
|
||||||
.Pq Event 43, Counter 1
|
.Pq Event 43, Counter 1
|
||||||
Counts stall cycles created by an instruction waiting for access to DSPRAM.
|
Counts stall cycles created by an instruction waiting for access to DSPRAM.
|
||||||
@ -372,10 +376,10 @@ aliases supported by
|
|||||||
.Lb libpmc
|
.Lb libpmc
|
||||||
and the underlying hardware events used.
|
and the underlying hardware events used.
|
||||||
.Bl -column "branch-mispredicts" "cpu_clk_unhalted.core_p"
|
.Bl -column "branch-mispredicts" "cpu_clk_unhalted.core_p"
|
||||||
.It Em Alias Ta Em Event Ta
|
.It Em Alias Ta Em Event Ta
|
||||||
.It Li instructions Ta Li INSTR_EXECUTED Ta
|
.It Li instructions Ta Li INSTR_EXECUTED Ta
|
||||||
.It Li branches Ta Li BRANCH_COMPLETED Ta
|
.It Li branches Ta Li BRANCH_COMPLETED Ta
|
||||||
.It Li branch-mispredicts Ta Li BRANCH_MISPRED Ta
|
.It Li branch-mispredicts Ta Li BRANCH_MISPRED Ta
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr pmc 3 ,
|
.Xr pmc 3 ,
|
||||||
|
@ -39,7 +39,7 @@ program.
|
|||||||
It contains declarations and parameter/key-options.
|
It contains declarations and parameter/key-options.
|
||||||
The syntax is very simple,
|
The syntax is very simple,
|
||||||
.D1 Li variable = value;
|
.D1 Li variable = value;
|
||||||
and they can be grouped via a
|
and they can be grouped via a
|
||||||
.Em block
|
.Em block
|
||||||
declaration:
|
declaration:
|
||||||
.Bf Li
|
.Bf Li
|
||||||
@ -60,7 +60,7 @@ currently only supported authentication method is CHAP, with
|
|||||||
digest either MD5 or SHA.
|
digest either MD5 or SHA.
|
||||||
Default is none.
|
Default is none.
|
||||||
.It Cm HeaderDigest
|
.It Cm HeaderDigest
|
||||||
a
|
a
|
||||||
.Em digest
|
.Em digest
|
||||||
is calculated on the header of all iSCSI PDUs, and
|
is calculated on the header of all iSCSI PDUs, and
|
||||||
checked.
|
checked.
|
||||||
@ -141,7 +141,7 @@ to the value specified.
|
|||||||
.It Cm maxluns
|
.It Cm maxluns
|
||||||
overrides the compiled value of
|
overrides the compiled value of
|
||||||
.Sy luns ,
|
.Sy luns ,
|
||||||
see
|
see
|
||||||
.Xr iscsi_initiator 4 .
|
.Xr iscsi_initiator 4 .
|
||||||
This value can only be reduced.
|
This value can only be reduced.
|
||||||
.It Cm sockbufsize
|
.It Cm sockbufsize
|
||||||
@ -185,7 +185,7 @@ myiscsi { # nickname
|
|||||||
targetaddress = iscsi1
|
targetaddress = iscsi1
|
||||||
targetname = iqn.1900.com.com:sn.123456
|
targetname = iqn.1900.com.com:sn.123456
|
||||||
}
|
}
|
||||||
chaptest {
|
chaptest {
|
||||||
targetaddress= 10.0.0.1;
|
targetaddress= 10.0.0.1;
|
||||||
targetname = iqn.1900.com.com:sn.123456
|
targetname = iqn.1900.com.com:sn.123456
|
||||||
initiatorname= iqn.2005-01.il.ac.huji.cs:nobody
|
initiatorname= iqn.2005-01.il.ac.huji.cs:nobody
|
||||||
|
@ -100,28 +100,36 @@ prompt before booting the kernel or stored in
|
|||||||
.Xr loader.conf 5 .
|
.Xr loader.conf 5 .
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Va hw.cxgbe.ntxq10g
|
.It Va hw.cxgbe.ntxq10g
|
||||||
The number of tx queues to use for a 10Gb port. The default is 16 or the number
|
The number of tx queues to use for a 10Gb port.
|
||||||
|
The default is 16 or the number
|
||||||
of CPU cores in the system, whichever is less.
|
of CPU cores in the system, whichever is less.
|
||||||
.It Va hw.cxgbe.nrxq10g
|
.It Va hw.cxgbe.nrxq10g
|
||||||
The number of rx queues to use for a 10Gb port. The default is 8 or the number
|
The number of rx queues to use for a 10Gb port.
|
||||||
|
The default is 8 or the number
|
||||||
of CPU cores in the system, whichever is less.
|
of CPU cores in the system, whichever is less.
|
||||||
.It Va hw.cxgbe.ntxq1g
|
.It Va hw.cxgbe.ntxq1g
|
||||||
The number of tx queues to use for a 1Gb port. The default is 4 or the number
|
The number of tx queues to use for a 1Gb port.
|
||||||
|
The default is 4 or the number
|
||||||
of CPU cores in the system, whichever is less.
|
of CPU cores in the system, whichever is less.
|
||||||
.It Va hw.cxgbe.nrxq1g
|
.It Va hw.cxgbe.nrxq1g
|
||||||
The number of rx queues to use for a 1Gb port. The default is 2 or the number
|
The number of rx queues to use for a 1Gb port.
|
||||||
|
The default is 2 or the number
|
||||||
of CPU cores in the system, whichever is less.
|
of CPU cores in the system, whichever is less.
|
||||||
.It Va hw.cxgbe.nofldtxq10g
|
.It Va hw.cxgbe.nofldtxq10g
|
||||||
The number of TOE tx queues to use for a 10Gb port. The default is 8 or the
|
The number of TOE tx queues to use for a 10Gb port.
|
||||||
|
The default is 8 or the
|
||||||
number of CPU cores in the system, whichever is less.
|
number of CPU cores in the system, whichever is less.
|
||||||
.It Va hw.cxgbe.nofldrxq10g
|
.It Va hw.cxgbe.nofldrxq10g
|
||||||
The number of TOE rx queues to use for a 10Gb port. The default is 2 or the
|
The number of TOE rx queues to use for a 10Gb port.
|
||||||
|
The default is 2 or the
|
||||||
number of CPU cores in the system, whichever is less.
|
number of CPU cores in the system, whichever is less.
|
||||||
.It Va hw.cxgbe.nofldtxq1g
|
.It Va hw.cxgbe.nofldtxq1g
|
||||||
The number of TOE tx queues to use for a 1Gb port. The default is 2 or the
|
The number of TOE tx queues to use for a 1Gb port.
|
||||||
|
The default is 2 or the
|
||||||
number of CPU cores in the system, whichever is less.
|
number of CPU cores in the system, whichever is less.
|
||||||
.It Va hw.cxgbe.nofldrxq1g
|
.It Va hw.cxgbe.nofldrxq1g
|
||||||
The number of TOE rx queues to use for a 1Gb port. The default is 1.
|
The number of TOE rx queues to use for a 1Gb port.
|
||||||
|
The default is 1.
|
||||||
.It Va hw.cxgbe.holdoff_timer_idx_10G
|
.It Va hw.cxgbe.holdoff_timer_idx_10G
|
||||||
.It Va hw.cxgbe.holdoff_timer_idx_1G
|
.It Va hw.cxgbe.holdoff_timer_idx_1G
|
||||||
The timer index value to use to delay interrupts.
|
The timer index value to use to delay interrupts.
|
||||||
@ -149,7 +157,8 @@ ifconfig up).
|
|||||||
The size, in number of entries, of the descriptor ring used for a tx
|
The size, in number of entries, of the descriptor ring used for a tx
|
||||||
queue.
|
queue.
|
||||||
A buf_ring of the same size is also allocated for additional
|
A buf_ring of the same size is also allocated for additional
|
||||||
software queuing. See
|
software queuing.
|
||||||
|
See
|
||||||
.Xr ifnet 9 .
|
.Xr ifnet 9 .
|
||||||
The default value is 1024.
|
The default value is 1024.
|
||||||
Different cxgbe interfaces can be assigned different values via the
|
Different cxgbe interfaces can be assigned different values via the
|
||||||
|
@ -423,8 +423,8 @@ packets are received.
|
|||||||
As a result, it may throw out some good packets which
|
As a result, it may throw out some good packets which
|
||||||
have been received but not yet transferred from the card to main memory.
|
have been received but not yet transferred from the card to main memory.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
driver is slow by today's standards.
|
driver is slow by today's standards.
|
||||||
.Pp
|
.Pp
|
||||||
PC Card attachment supports the D-Link DMF650TX LAN/Modem card's Ethernet
|
PC Card attachment supports the D-Link DMF650TX LAN/Modem card's Ethernet
|
||||||
|
@ -54,8 +54,10 @@ umcs_load="YES"
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
driver provides support for various multiport serial adapters based on the MosCom
|
driver provides support for various multiport serial adapters based on the MosCom
|
||||||
MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured
|
MCS7820 and MCS7840 chips.
|
||||||
16550-compatible UARTs and very flexible baud generators. Also, these chips
|
They are 2- or 4-port adapters with full-featured
|
||||||
|
16550-compatible UARTs and very flexible baud generators.
|
||||||
|
Also, these chips
|
||||||
support RS422/RS485 and IrDA operations.
|
support RS422/RS485 and IrDA operations.
|
||||||
.Pp
|
.Pp
|
||||||
The device is accessed through the
|
The device is accessed through the
|
||||||
|
@ -200,7 +200,7 @@ to handle device added, removed or unknown events from the kernel.
|
|||||||
.Pq Vt bool
|
.Pq Vt bool
|
||||||
Run
|
Run
|
||||||
.Xr ddb 8
|
.Xr ddb 8
|
||||||
to install
|
to install
|
||||||
.Xr ddb 4
|
.Xr ddb 4
|
||||||
scripts at boot time.
|
scripts at boot time.
|
||||||
.It Va ddb_config
|
.It Va ddb_config
|
||||||
@ -1273,7 +1273,7 @@ options in this variable, in addition to the
|
|||||||
file.
|
file.
|
||||||
For instance, to configure an
|
For instance, to configure an
|
||||||
.Xr ath 4
|
.Xr ath 4
|
||||||
wireless device in station mode with an address obtained
|
wireless device in station mode with an address obtained
|
||||||
via DHCP, using WPA authentication and 802.11b mode, it is
|
via DHCP, using WPA authentication and 802.11b mode, it is
|
||||||
possible to use something like:
|
possible to use something like:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
@ -1449,7 +1449,8 @@ Aliases should be set by
|
|||||||
.Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
|
.Va ifconfig_ Ns Ao Ar interface Ac Ns Va _alias Ns Aq Ar n
|
||||||
with
|
with
|
||||||
.Dq Li inet6
|
.Dq Li inet6
|
||||||
keyword. For example:
|
keyword.
|
||||||
|
For example:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
ifconfig_ed0_ipv6="inet6 2001:db8:1::1 prefixlen 64"
|
ifconfig_ed0_ipv6="inet6 2001:db8:1::1 prefixlen 64"
|
||||||
ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64"
|
ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64"
|
||||||
@ -1552,14 +1553,17 @@ If
|
|||||||
.Dq Li AUTO
|
.Dq Li AUTO
|
||||||
is specified, it attempts to read a file
|
is specified, it attempts to read a file
|
||||||
.Pa /etc/ip6addrctl.conf
|
.Pa /etc/ip6addrctl.conf
|
||||||
first. If this file is found,
|
first.
|
||||||
|
If this file is found,
|
||||||
.Xr ip6addrctl 8
|
.Xr ip6addrctl 8
|
||||||
reads and installs it. If not found, a policy is automatically set
|
reads and installs it.
|
||||||
|
If not found, a policy is automatically set
|
||||||
according to
|
according to
|
||||||
.Va ipv6_activate_all_interfaces
|
.Va ipv6_activate_all_interfaces
|
||||||
variable; if the variable is set to
|
variable; if the variable is set to
|
||||||
.Dq Li YES
|
.Dq Li YES
|
||||||
the IPv6-preferred one is used. Otherwise IPv4-preferred.
|
the IPv6-preferred one is used.
|
||||||
|
Otherwise IPv4-preferred.
|
||||||
.Pp
|
.Pp
|
||||||
The default value of
|
The default value of
|
||||||
.Va ip6addrctl_enable
|
.Va ip6addrctl_enable
|
||||||
|
@ -86,7 +86,8 @@ If set to
|
|||||||
.Dq Li YES
|
.Dq Li YES
|
||||||
(case-insensitive) or
|
(case-insensitive) or
|
||||||
.Dq Li 1 ,
|
.Dq Li 1 ,
|
||||||
causes the menu to be displayed in color wherever possible. This includes the
|
causes the menu to be displayed in color wherever possible.
|
||||||
|
This includes the
|
||||||
use of ANSI bold for numbers appearing to the left of menuitems and the use of
|
use of ANSI bold for numbers appearing to the left of menuitems and the use of
|
||||||
special
|
special
|
||||||
.Dq Li ansi
|
.Dq Li ansi
|
||||||
@ -117,14 +118,18 @@ for additional information.
|
|||||||
.It Va menu_timeout_command
|
.It Va menu_timeout_command
|
||||||
The command to be executed after
|
The command to be executed after
|
||||||
.Va autoboot_delay
|
.Va autoboot_delay
|
||||||
seconds if a key is not pressed. The default is
|
seconds if a key is not pressed.
|
||||||
|
The default is
|
||||||
.Ic boot .
|
.Ic boot .
|
||||||
.It Va loader_menu_timeout_x
|
.It Va loader_menu_timeout_x
|
||||||
Sets the desired column position of the timeout countdown text. Default is 4.
|
Sets the desired column position of the timeout countdown text.
|
||||||
|
Default is 4.
|
||||||
.It Va loader_menu_timeout_y
|
.It Va loader_menu_timeout_y
|
||||||
Sets the desired row position of the timeout countdown text. Default is 23.
|
Sets the desired row position of the timeout countdown text.
|
||||||
|
Default is 23.
|
||||||
.It Va loader_menu_title
|
.It Va loader_menu_title
|
||||||
The text to display centered above the menu. Default is
|
The text to display centered above the menu.
|
||||||
|
Default is
|
||||||
.Dq Li "Welcome to FreeBSD" .
|
.Dq Li "Welcome to FreeBSD" .
|
||||||
.It Va menu_caption[x]
|
.It Va menu_caption[x]
|
||||||
The text to be displayed for the numbered menuitem
|
The text to be displayed for the numbered menuitem
|
||||||
@ -132,7 +137,8 @@ The text to be displayed for the numbered menuitem
|
|||||||
.It Va menu_command[x]
|
.It Va menu_command[x]
|
||||||
The command to be executed when the number associated with menuitem
|
The command to be executed when the number associated with menuitem
|
||||||
.Dq Li x
|
.Dq Li x
|
||||||
is pressed. See the list of included FICL words below for some ideas.
|
is pressed.
|
||||||
|
See the list of included FICL words below for some ideas.
|
||||||
.It Va menu_keycode[x]
|
.It Va menu_keycode[x]
|
||||||
An optional decimal ASCII keycode to be associated with menuitem
|
An optional decimal ASCII keycode to be associated with menuitem
|
||||||
.Dq Li x .
|
.Dq Li x .
|
||||||
@ -201,7 +207,8 @@ menuitem (if configured).
|
|||||||
.It Va hint.acpi.0.disabled
|
.It Va hint.acpi.0.disabled
|
||||||
Effects the display of the
|
Effects the display of the
|
||||||
.Va menu_acpi
|
.Va menu_acpi
|
||||||
menuitem. If set, the menuitem will display
|
menuitem.
|
||||||
|
If set, the menuitem will display
|
||||||
.Va toggled_text[x]
|
.Va toggled_text[x]
|
||||||
.Va ( toggled_ansi[x]
|
.Va ( toggled_ansi[x]
|
||||||
if
|
if
|
||||||
@ -225,7 +232,8 @@ and
|
|||||||
.It Va menu_reboot
|
.It Va menu_reboot
|
||||||
If set, adds a built-in
|
If set, adds a built-in
|
||||||
.Dq Li Reboot
|
.Dq Li Reboot
|
||||||
menuitem to the end of the last configured menuitem. If
|
menuitem to the end of the last configured menuitem.
|
||||||
|
If
|
||||||
.Va menu_options
|
.Va menu_options
|
||||||
is configured, the
|
is configured, the
|
||||||
.Dq Li Reboot
|
.Dq Li Reboot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user