]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/nve.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 January 16, 2011
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 To compile this driver into the kernel,
37 place the following lines in your
38 kernel configuration file:
39 .Bd -ragged -offset indent
40 .Cd "device miibus"
41 .Cd "device nve"
42 .Ed
43 .Pp
44 Alternatively, to load the driver as a
45 module at boot time, place the following line in
46 .Xr loader.conf 5 :
47 .Bd -literal -offset indent
48 if_nve_load="YES"
49 .Ed
50 .Sh DESCRIPTION
51 The
52 .Nm
53 driver provides support for the NVIDIA nForce MCP and nForce2 MCP2
54 networking adapter that is embedded in the southbridge of most
55 nForce and nForce2 motherboards.
56 .Pp
57 This driver is a reimplementation of the NVIDIA supported Linux
58 .Nm nvnet
59 driver and uses the same closed source API library to access
60 the underlying hardware.
61 There is currently no programming documentation available for this
62 device, and therefore little is known about the internal architecture
63 of the MAC engine itself.
64 .Pp
65 The
66 .Nm
67 driver supports the following media types:
68 .Bl -tag -width ".Cm 10baseT/UTP"
69 .It Cm autoselect
70 Enable autoselection of the media type and options.
71 .It Cm 10baseT/UTP
72 Set 10Mbps operation.
73 .It Cm 100baseTX
74 Set 100Mbps (Fast Ethernet) operation.
75 .It Cm 1000baseTX
76 Set 1000Mbps (Gigabit Ethernet) operation.
77 .El
78 .Pp
79 The
80 .Nm
81 driver supports the following media options:
82 .Bl -tag -width ".Cm 10baseT/UTP"
83 .It Cm full-duplex
84 Set full duplex operation.
85 .El
86 .Pp
87 For more information on configuring this device, see
88 .Xr ifconfig 8 .
89 .Sh HARDWARE
90 The
91 .Nm
92 driver supports the NVIDIA MCP onboard adapters of mainboards with
93 the following chipsets:
94 .Pp
95 .Bl -bullet -compact
96 .It
97 nForce
98 .It
99 nForce2
100 .It
101 nForce3
102 .It
103 nForce4
104 .El
105 .Sh DIAGNOSTICS
106 .Bl -diag
107 .It "nve%d: couldn't map memory"
108 A fatal initialization error has occurred.
109 .It "nve%d: couldn't map interrupt"
110 A fatal initialization error has occurred.
111 .It "nve%d: failed to allocate memory"
112 There are not enough mbufs available for allocation.
113 .It "nve%d: device timeout"
114 The device has stopped responding to the network, or there is a problem with
115 the network connection (cable).
116 .El
117 .Sh SEE ALSO
118 .Xr altq 4 ,
119 .Xr arp 4 ,
120 .Xr miibus 4 ,
121 .Xr netintro 4 ,
122 .Xr ng_ether 4 ,
123 .Xr rgephy 4 ,
124 .Xr ifconfig 8
125 .Sh HISTORY
126 The
127 .Nm
128 driver first appeared in
129 .Fx 6.0 .
130 .Sh AUTHORS
131 .An -nosplit
132 The
133 .Nm
134 driver was written by
135 .An Quinton Dolan Aq q@onthenet.com.au
136 and
137 .An "David E. O'Brien" Aq obrien@FreeBSD.org .
138 .Sh BUGS
139 There are reports that when the card is in auto select mode,
140 ifconfig output reports a 10baseT/UTP output while the LEDs and
141 bandwidth show that the card is actually in 100baseTX mode.