diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-09-24 18:12:19 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2010-09-24 18:12:19 +0000 |
| commit | 37f2ce5a73a05bb9a4e4ecbee362cb6d528d11ed (patch) | |
| tree | a4a53a61d20e4035d430fd12b2682e166933fe44 /share/man/man4 | |
| parent | 7aab54b3c7a7e97165ae059048473c9c5dad8bbb (diff) | |
Notes
Diffstat (limited to 'share/man/man4')
| -rw-r--r-- | share/man/man4/bge.4 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index 1a98ffb89343..0ad023137b74 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 15, 2009 +.Dd August 21, 2010 .Dt BGE 4 .Os .Sh NAME @@ -219,6 +219,26 @@ Allow the ASF feature for cooperating with IPMI. Can cause system lockup problems on a small number of systems. Disabled by default. .El +.Sh SYSCTL VARIABLES +The following variables are available as both +.Xr sysctl 8 +variables and +.Xr loader 8 +tunables: +.Bl -tag -width indent +.It Va dev.bge.%d.forced_collapse +Allow collapsing multiple transmit buffers into a single buffer +to increase transmit performance with the cost of CPU cycles. +The default value is 0 to disable transmit buffer collapsing. +.It Va dev.bge.%d.forced_udpcsum +Enable UDP transmit checksum offloading even if controller can generate +UDP datagrams with checksum value 0. +UDP datagrams with checksum value 0 can confuse receiver host as it means +sender did not compute UDP checksum. +The default value is 0 which disables UDP transmit checksum offloading. +The interface need to be brought down and up again before a change takes +effect. +.El .Sh DIAGNOSTICS .Bl -diag .It "bge%d: couldn't map memory" |
