Deleted Added
full compact
nve.4 (147432) nve.4 (148145)
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 147432 2005-06-16 18:46:17Z ru $
27.\" $FreeBSD: head/share/man/man4/nve.4 148145 2005-07-19 00:26:30Z trhodes $
28.\"
28.\"
29.Dd May 7, 2005
29.Dd July 16, 2005
30.Dt NVE 4
31.Os
32.Sh NAME
33.Nm nve
34.Nd "NVIDIA nForce MCP Networking Adapter device driver"
35.Sh SYNOPSIS
30.Dt NVE 4
31.Os
32.Sh NAME
33.Nm nve
34.Nd "NVIDIA nForce MCP Networking Adapter device driver"
35.Sh SYNOPSIS
36To compile support for the
37.Nm
38driver into your kernel, place the following lines in your kernel configuration file:
39.Bd -ragged -offset indent
36.Cd "device miibus"
37.Cd "device nve"
40.Cd "device miibus"
41.Cd "device nve"
42.Ed
43.Pp
44Alternatively, to load the
45.Nm
46driver at boot time, place the following line in
47.Xr loader.conf 5 :
48.Bd -literal -offset indent
49if_nve_load="YES"
50.Ed
38.Sh DESCRIPTION
39The
40.Nm
41driver provides support for the NVIDIA nForce MCP and nForce2 MCP2
42networking adapter that is embedded in the southbridge of most
43nForce and nForce2 motherboards.
44.Pp
45This driver is a reimplementation of the NVIDIA supported Linux

--- 72 unchanged lines hidden ---
51.Sh DESCRIPTION
52The
53.Nm
54driver provides support for the NVIDIA nForce MCP and nForce2 MCP2
55networking adapter that is embedded in the southbridge of most
56nForce and nForce2 motherboards.
57.Pp
58This driver is a reimplementation of the NVIDIA supported Linux

--- 72 unchanged lines hidden ---