]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/man/man4/nve.4
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / share / man / man4 / nve.4
1 .\" Copyright (c) 2003 Quinton Dolan
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.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $Id: nvnet.4,v 1.1 2003/10/09 16:48:01 q Exp $
26 .\"
27 .\" $FreeBSD$
28 .\"
29 .Dd February 13, 2014
30 .Dt NVE 4
31 .Os
32 .Sh NAME
33 .Nm nve
34 .Nd "NVIDIA nForce MCP Networking Adapter device driver"
35 .Sh SYNOPSIS
36 .Sy Warning:
37 This driver is deprecated and will not be available in
38 .Fx 11.0
39 and later.
40 Please consider using the
41 .Xr nfe 4
42 driver instead.
43 .Pp
44 To compile this driver into the kernel,
45 place the following lines in your
46 kernel configuration file:
47 .Bd -ragged -offset indent
48 .Cd "device miibus"
49 .Cd "device nve"
50 .Ed
51 .Pp
52 Alternatively, to load the driver as a
53 module at boot time, place the following line in
54 .Xr loader.conf 5 :
55 .Bd -literal -offset indent
56 if_nve_load="YES"
57 .Ed
58 .Sh DESCRIPTION
59 The
60 .Nm
61 driver provides support for the NVIDIA nForce MCP and nForce2 MCP2
62 networking adapter that is embedded in the southbridge of most
63 nForce and nForce2 motherboards.
64 .Pp
65 This driver is a reimplementation of the NVIDIA supported Linux
66 .Nm nvnet
67 driver and uses the same closed source API library to access
68 the underlying hardware.
69 There is currently no programming documentation available for this
70 device, and therefore little is known about the internal architecture
71 of the MAC engine itself.
72 .Pp
73 The
74 .Nm
75 driver supports the following media types:
76 .Bl -tag -width ".Cm 10baseT/UTP"
77 .It Cm autoselect
78 Enable autoselection of the media type and options.
79 .It Cm 10baseT/UTP
80 Set 10Mbps operation.
81 .It Cm 100baseTX
82 Set 100Mbps (Fast Ethernet) operation.
83 .It Cm 1000baseTX
84 Set 1000Mbps (Gigabit Ethernet) operation.
85 .El
86 .Pp
87 The
88 .Nm
89 driver supports the following media options:
90 .Bl -tag -width ".Cm 10baseT/UTP"
91 .It Cm full-duplex
92 Set full duplex operation.
93 .El
94 .Pp
95 For more information on configuring this device, see
96 .Xr ifconfig 8 .
97 .Sh HARDWARE
98 The
99 .Nm
100 driver supports the NVIDIA MCP onboard adapters of mainboards with
101 the following chipsets:
102 .Pp
103 .Bl -bullet -compact
104 .It
105 nForce
106 .It
107 nForce2
108 .It
109 nForce3
110 .It
111 nForce4
112 .El
113 .Sh DIAGNOSTICS
114 .Bl -diag
115 .It "nve%d: couldn't map memory"
116 A fatal initialization error has occurred.
117 .It "nve%d: couldn't map interrupt"
118 A fatal initialization error has occurred.
119 .It "nve%d: failed to allocate memory"
120 There are not enough mbufs available for allocation.
121 .It "nve%d: device timeout"
122 The device has stopped responding to the network, or there is a problem with
123 the network connection (cable).
124 .El
125 .Sh SEE ALSO
126 .Xr altq 4 ,
127 .Xr arp 4 ,
128 .Xr miibus 4 ,
129 .Xr netintro 4 ,
130 .Xr nfe 4 ,
131 .Xr ng_ether 4 ,
132 .Xr rgephy 4 ,
133 .Xr ifconfig 8
134 .Sh HISTORY
135 The
136 .Nm
137 driver first appeared in
138 .Fx 6.0 .
139 .Sh AUTHORS
140 .An -nosplit
141 The
142 .Nm
143 driver was written by
144 .An Quinton Dolan Aq q@onthenet.com.au
145 and
146 .An "David E. O'Brien" Aq obrien@FreeBSD.org .
147 .Sh BUGS
148 There are reports that when the card is in auto select mode,
149 ifconfig output reports a 10baseT/UTP output while the LEDs and
150 bandwidth show that the card is actually in 100baseTX mode.