]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/nxge.4
Capitalize a few terms.
[FreeBSD/FreeBSD.git] / share / man / man4 / nxge.4
1 .\" Copyright (c) 2007, Neterion Inc
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 as
9 .\"    the first lines of this file unmodified.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .Dd June 28, 2007
28 .Dt NXGE 4
29 .Os
30 .Sh NAME
31 .Nm nxge
32 .Nd "Neterion Xframe 10GbE Server/Storage adapter driver"
33 .Sh SYNOPSIS
34 To compile this driver into the kernel,
35 place the following line in your
36 kernel configuration file:
37 .Bd -ragged -offset indent
38 .Cd "device nxge"
39 .Ed
40 .Pp
41 Alternatively, to load the driver as a
42 module at boot time, place the following line in
43 .Xr loader.conf 5 :
44 .Bd -literal -offset indent
45 if_nxge_load="YES"
46 .Ed
47 .Sh DESCRIPTION
48 The
49 .Nm
50 driver provides support for Neterion Xframe-I and Xframe-II adapters.
51 The driver supports TCP Segmentation Offload (TSO/LSO), Jumbo Frames
52 (5 buffer mode), Header Separation (2 and 3 Receive buffer modes),
53 VLAN, and Promiscuous mode.
54 .Pp
55 For general information and support, please visit the Neterion support page
56 .Pa http://www.neterion.com/support/support.html .
57 .Pp
58 Support for Jumbo Frames is provided via the interface MTU setting.
59 Selecting an MTU larger than 1500 bytes with the
60 .Xr ifconfig 8
61 utility configures the adapter to transmit and receive Jumbo Frames.
62 Xframe adapters support Jumbo Frames up to 9600 bytes.
63 .Pp
64 For more information on configuring this device, see
65 .Xr ifconfig 8 .
66 .Sh HARDWARE
67 The
68 .Nm
69 driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in
70 .Pa http://www.neterion.com/how/pricing.html .
71 .Sh SUPPORT
72 For troubleshooting tips and FAQs, please visit
73 .Pa http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous .
74 .Pp
75 For any issues please send an email to
76 .Aq support@neterion.com .
77 .Sh SEE ALSO
78 .Xr arp 4 ,
79 .Xr netintro 4 ,
80 .Xr ifconfig 8
81 .Sh HISTORY
82 The
83 .Nm
84 device driver first appeared in
85 .Fx 7.0 .
86 .Sh AUTHORS
87 The
88 .Nm
89 driver was written by
90 .An Neterion
91 .Aq support@neterion.com .