diff options
author | brueffer <brueffer@FreeBSD.org> | 2006-06-14 18:26:34 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2006-06-14 18:26:34 +0000 |
commit | f49b3e3c23a8822cd9c3e43f774fbe3a57343563 (patch) | |
tree | 67dc529417bb00467e9363efe15644fa07ec711c /share | |
parent | 6beba6f1a8f54dd09d8c346fa5cff8f0d818f020 (diff) | |
download | FreeBSD-src-f49b3e3c23a8822cd9c3e43f774fbe3a57343563.zip FreeBSD-src-f49b3e3c23a8822cd9c3e43f774fbe3a57343563.tar.gz |
- new sentence -> new line
- s/freebsd/FreeBSD/ for consistency
- eol and eof whitespace removed
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/mxge.4 | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/share/man/man4/mxge.4 b/share/man/man4/mxge.4 index dd06923..52ccd04 100644 --- a/share/man/man4/mxge.4 +++ b/share/man/man4/mxge.4 @@ -79,7 +79,7 @@ For more information on configuring this device, see .Sh HARDWARE The .Nm -driver supports 10 Gigabit Ethernet adapters based on the +driver supports 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chips: .Pp .Bl -bullet -compact @@ -101,13 +101,16 @@ Whether or not hardware flow control is enabled on the adapter. The default value is 1. .It Va hw.mxge.intr_coal_delay This value delays the generation of all interrupts in units of -1 microsecond. The default value is 30. +1 microsecond. +The default value is 30. .It Va hw.mxge.skip_pio_read This value determines whether or not the driver may omit doing a pio read in the interrupt handler which ensures that the interrupt -line has been deasserted when using xPIC interrupts. A non-zero value -may result in lower CPU overhead, however it may also result in -spurious interrupts. The default value is 0. +line has been deasserted when using xPIC interrupts. +A non-zero value +may result in lower CPU overhead, however it may also result in +spurious interrupts. +The default value is 0. .El .Sh DIAGNOSTICS .Bl -diag @@ -116,8 +119,8 @@ A fatal initialization error has occurred. .It "mxge%d: Unable to allocate bus resource: interrupt" A fatal initialization error has occurred. .It "mxge%d: Could not find firmware image %s" -The appropriate firmware kld module was not installed. This is a -fatal initialization error. +The appropriate firmware kld module was not installed. +This is a fatal initialization error. .El .Sh SUPPORT For general information and support, @@ -142,5 +145,4 @@ device driver first appeared in The .Nm driver was written by -.An Andrew Gallatin Aq gallatin@freebsd.org . - +.An Andrew Gallatin Aq gallatin@FreeBSD.org . |