1 .\" Copyright (c) 2003 Quinton Dolan
2 .\" All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
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.
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
25 .\" $Id: nvnet.4,v 1.1 2003/10/09 16:48:01 q Exp $
34 .Nd "NVIDIA nForce MCP Networking Adapter device driver"
36 To compile this driver into the kernel,
37 place the following lines in your
38 kernel configuration file:
39 .Bd -ragged -offset indent
44 Alternatively, to load the driver as a
45 module at boot time, place the following line in
47 .Bd -literal -offset indent
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.
57 This driver is a reimplementation of the NVIDIA supported Linux
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.
67 driver supports the following media types:
68 .Bl -tag -width ".Cm 10baseT/UTP"
70 Enable autoselection of the media type and options.
74 Set 100Mbps (Fast Ethernet) operation.
76 Set 1000Mbps (Gigabit Ethernet) operation.
81 driver supports the following media options:
82 .Bl -tag -width ".Cm 10baseT/UTP"
84 Set full duplex operation.
87 For more information on configuring this device, see
92 driver supports the NVIDIA MCP onboard adapters of mainboards with
93 the following chipsets:
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).
118 There are reports that when the card is in auto select mode,
119 ifconfig output reports a 10baseT/UTP output while the LEDs and
120 bandwidth show that the card is actually in 100baseTX mode.
131 driver first appeared in
137 driver was written by
138 .An Quinton Dolan Aq q@onthenet.com.au
140 .An "David E. O'Brien" Aq obrien@FreeBSD.org .