summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-02-05 22:00:11 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-02-05 22:00:11 +0000
commit8e561da11fde9af648da29c2f58735a1857a2702 (patch)
treed388bb999a9793212c9f5e33b2ff60341d950423 /share/man/man4
parent636bc3d09e1816bb7ac0fc065f0dddae764c6e5f (diff)
First cut of a man page for nfe.
"looks fine" jmc@
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/nfe.476
-rw-r--r--share/man/man4/pci.45
3 files changed, 82 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index a11b474835b..cee52d563b5 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.340 2006/02/01 17:06:14 kettenis Exp $
+# $OpenBSD: Makefile,v 1.341 2006/02/05 22:00:10 jsg Exp $
MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \
adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
@@ -23,7 +23,7 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpitimer.4 \
lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \
maestro.4 maxds.4 maxtmp.4 midi.4 \
mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \
- netintro.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \
+ netintro.4 nfe.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \
nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \
oosiop.4 osiop.4 pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 \
pcfiic.4 pciide.4 pckbc.4 pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.4 \
diff --git a/share/man/man4/nfe.4 b/share/man/man4/nfe.4
new file mode 100644
index 00000000000..5066338e08e
--- /dev/null
+++ b/share/man/man4/nfe.4
@@ -0,0 +1,76 @@
+.\" $OpenBSD: nfe.4,v 1.1 2006/02/05 22:00:10 jsg Exp $
+.\"
+.\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd February 6, 2006
+.Dt NFE 4
+.Os
+.Sh NAME
+.Nm nfe
+.Nd NVIDIA nForce MCP Ethernet driver
+.Sh SYNOPSIS
+.Cd "nfe* at pci?"
+.Cd "rlphy* at mii?"
+.Cd "eephy* at mii?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports PCI Ethernet adapters based on NVIDIA's
+nForce Media and Communications Processors (MCP).
+.Pp
+The
+.Nm
+driver supports the following
+.Ar media
+types:
+.Pp
+.Bl -tag -width autoselect -compact
+.It Cm autoselect
+Enable autoselection of the media type and options.
+.It Cm 10baseT
+Set 10Mbps operation.
+.It Cm 100baseTX
+Set 100Mbps (Fast Ethernet) operation.
+.It Cm 1000baseT
+Set 1000Mbps (Gigabit Ethernet) operation (recent models only).
+.El
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr eephy 4 ,
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr rlphy 4 ,
+.Xr hostname.if 5 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 3.9 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Jonathan Gray
+.Aq jsg@openbsd.org
+and
+.An Damien Bergamini
+.Aq damien@openbsd.org .
+.Sh CAVEATS
+NVIDIA refuse to release any documentation on their products
+so the driver likely doesn't work as well as it otherwise could.
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index b9d00ff8787..d85d1f87d49 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.137 2006/01/05 10:04:38 grange Exp $
+.\" $OpenBSD: pci.4,v 1.138 2006/02/05 22:00:10 jsg Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -262,6 +262,8 @@ Myson Technologies
3-in-1 Fast Ethernet interfaces.
.It Xr ne 4
NE2000-compatible Ethernet interfaces.
+.It Xr nfe 4
+NVIDIA nForce MCP Ethernet.
.It Xr nge 4
National Semiconductor DP83820 and DP83821 based Gigabit Ethernet.
.It Xr pcn 4
@@ -571,6 +573,7 @@ driver.
.Xr mpt 4 ,
.Xr ne 4 ,
.Xr neo 4 ,
+.Xr nfe 4 ,
.Xr nge 4 ,
.Xr noct 4 ,
.Xr nofn 4 ,