]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/man/man4/nxge.4
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 October 16, 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), 
52 Large Receive Offlaod (LRO), Jumbo Frames (5 buffer mode), 
53 Header Separation (Rx 2 buffer mode), 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 .Pp
65 For Jumbo frames, the driver will try to allocate physically contiguous buffers.
66 Failures to do so may degrade the performance.
67 To resolve such problems, please visit
68 .Pa http://www.neterion.com
69 where additional information and a kernel patch can be found.
70 .Pp
71 For more information on configuring this device, see
72 .Xr ifconfig 8 .
73 .Sh HARDWARE
74 The
75 .Nm
76 driver supports Neterion Xframe 10 Gigabit Ethernet adapters listed in
77 .Pa http://www.neterion.com/how/pricing.html .
78 .Sh SUPPORT
79 For troubleshooting tips and FAQs, please visit
80 .Pa http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous .
81 .Pp
82 For any issues please send an email to
83 .Aq support@neterion.com .
84 .Sh SEE ALSO
85 .Xr arp 4 ,
86 .Xr netintro 4 ,
87 .Xr ifconfig 8
88 .Sh HISTORY
89 The
90 .Nm
91 device driver first appeared in
92 .Fx 7.0 .
93 .Sh AUTHORS
94 The
95 .Nm
96 driver was written by
97 .An Neterion
98 .Aq support@neterion.com .