Deleted Added
full compact
nve.4 (174507) nve.4 (208027)
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.

--- 10 unchanged lines hidden (view full) ---

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.\"
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.

--- 10 unchanged lines hidden (view full) ---

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: head/share/man/man4/nve.4 174507 2007-12-10 12:01:27Z ceri $
27.\" $FreeBSD: head/share/man/man4/nve.4 208027 2010-05-13 12:07:55Z uqs $
28.\"
29.Dd December 8, 2007
30.Dt NVE 4
31.Os
32.Sh NAME
33.Nm nve
34.Nd "NVIDIA nForce MCP Networking Adapter device driver"
35.Sh SYNOPSIS

--- 73 unchanged lines hidden (view full) ---

109.It "nve%d: couldn't map interrupt"
110A fatal initialization error has occurred.
111.It "nve%d: failed to allocate memory"
112There are not enough mbufs available for allocation.
113.It "nve%d: device timeout"
114The device has stopped responding to the network, or there is a problem with
115the network connection (cable).
116.El
28.\"
29.Dd December 8, 2007
30.Dt NVE 4
31.Os
32.Sh NAME
33.Nm nve
34.Nd "NVIDIA nForce MCP Networking Adapter device driver"
35.Sh SYNOPSIS

--- 73 unchanged lines hidden (view full) ---

109.It "nve%d: couldn't map interrupt"
110A fatal initialization error has occurred.
111.It "nve%d: failed to allocate memory"
112There are not enough mbufs available for allocation.
113.It "nve%d: device timeout"
114The device has stopped responding to the network, or there is a problem with
115the network connection (cable).
116.El
117.Sh BUGS
118There are reports that when the card is in auto select mode,
119ifconfig output reports a 10baseT/UTP output while the LEDs and
120bandwidth show that the card is actually in 100baseTX mode.
121.Sh SEE ALSO
122.Xr altq 4 ,
123.Xr arp 4 ,
124.Xr miibus 4 ,
125.Xr netintro 4 ,
126.Xr ng_ether 4 ,
127.Xr ifconfig 8
128.Sh HISTORY

--- 4 unchanged lines hidden (view full) ---

133.Sh AUTHORS
134.An -nosplit
135The
136.Nm
137driver was written by
138.An Quinton Dolan Aq q@onthenet.com.au
139and
140.An "David E. O'Brien" Aq obrien@FreeBSD.org .
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 ifconfig 8
124.Sh HISTORY

--- 4 unchanged lines hidden (view full) ---

129.Sh AUTHORS
130.An -nosplit
131The
132.Nm
133driver was written by
134.An Quinton Dolan Aq q@onthenet.com.au
135and
136.An "David E. O'Brien" Aq obrien@FreeBSD.org .
137.Sh BUGS
138There are reports that when the card is in auto select mode,
139ifconfig output reports a 10baseT/UTP output while the LEDs and
140bandwidth show that the card is actually in 100baseTX mode.