singular -> plural and a typo fix.

This commit is contained in:
Christian Brueffer 2006-07-25 05:20:06 +00:00
parent 5c05bbb7db
commit 3e1e998fac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160660

View File

@ -184,11 +184,11 @@ Sundance TC9021 Gigabit Ethernet
Tamarack TC9021 Gigabit Ethernet
.El
.Sh SYSCTL VARIABLES
The following variable is available as both
The following variables are available as both
.Xr sysctl 8
variable and
variables and
.Xr loader 8
tunable:
tunables:
.Bl -tag -width indent
.It Va dev.stge.%d.rxint_nframe
Number of frames between RxDMAComplete interrupt.
@ -196,7 +196,7 @@ The accepted range is 1 to 255, default value is 8 frames.
The interface has to be brought down and up again before a change takes effect.
.It Va dev.stge.%d.rxint_dmawait
Maximum amount of time to wait in 1us increments before issuing
a Rx interrupt if number of frames recevied is less than rxint_nframe.
a Rx interrupt if number of frames received is less than rxint_nframe.
The accepted range is 0 to 4194, default value is 30 microseconds.
The interface has to be brought down and up again before a change takes effect.
.El