Sync usage with man page.
[netbsd-mini2440.git] / share / man / man4 / nfe.4
blobdea7655e99e502692c93d4e3378a8fbb16d86ac2
1 .\"     $NetBSD: nfe.4,v 1.3 2006/11/06 21:31:26 xtraeme Exp $
2 .\"     $OpenBSD: nfe.4,v 1.8 2006/03/04 04:35:24 jsg Exp $
3 .\"
4 .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
5 .\"
6 .\" Permission to use, copy, modify, and distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\"
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .Dd November 14, 2007
19 .Dt NFE 4
20 .Os
21 .Sh NAME
22 .Nm nfe
23 .Nd NVIDIA nForce MCP Ethernet driver
24 .Sh SYNOPSIS
25 .Cd "nfe* at pci?"
26 .Cd "ciphy* at mii?"
27 .Cd "icsphy* at mii?"
28 .Cd "makphy* at mii?"
29 .Cd "rlphy* at mii?"
30 .Sh DESCRIPTION
31 The
32 .Nm
33 driver supports PCI Ethernet adapters based on the NVIDIA
34 nForce Media and Communications Processors (MCP), such as
35 the nForce, nForce 2, nForce 3, CK804, MCP04, MCP51, MCP55,
36 MCP61, MCP65, MCP67 and MCP73 Ethernet controller chips.
37 .Pp
38 The
39 .Nm
40 driver supports the following
41 .Ar media
42 types:
43 .Pp
44 .Bl -tag -width autoselect -compact
45 .It Cm autoselect
46 Enable autoselection of the media type and options.
47 .It Cm 10baseT
48 Set 10Mbps operation.
49 .It Cm 100baseTX
50 Set 100Mbps (Fast Ethernet) operation.
51 .It Cm 1000baseT
52 Set 1000Mbps (Gigabit Ethernet) operation (recent models only).
53 .El
54 .Sh SEE ALSO
55 .Xr arp 4 ,
56 .Xr ciphy 4 ,
57 .\" .Xr eephy 4 ,
58 .Xr icsphy 4 ,
59 .Xr ifmedia 4 ,
60 .Xr intro 4 ,
61 .Xr netintro 4 ,
62 .Xr pci 4 ,
63 .Xr rlphy 4 ,
64 .\" .Xr hostname.if 5 ,
65 .Xr ifconfig 8
66 .Sh HISTORY
67 The
68 .Nm
69 device driver first appeared in
70 .Ox 3.9 .
71 It was added to
72 .Nx 3.1 .
73 .Sh AUTHORS
74 .An -nosplit
75 The
76 .Nm
77 driver was written by
78 .An Jonathan Gray
79 .Aq jsg@openbsd.org
80 and
81 .An Damien Bergamini
82 .Aq damien@openbsd.org .
83 .Sh CAVEATS
84 NVIDIA refuse to release any documentation on their products.