summaryrefslogtreecommitdiffstats
path: root/share/man/man4/nve.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/nve.4')
-rw-r--r--share/man/man4/nve.432
1 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/nve.4 b/share/man/man4/nve.4
index 35fd018..a3101d0 100644
--- a/share/man/man4/nve.4
+++ b/share/man/man4/nve.4
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.Dd May 7, 2005
-.Dt NVE 4 i386
+.Dt NVE 4
.Os
.Sh NAME
.Nm nve
@@ -43,7 +43,8 @@ networking adapter that is embedded in the southbridge of most
nForce and nForce2 motherboards.
.Pp
This driver is a reimplementation of the NVIDIA supported Linux
-nvnet driver and uses the same closed source API library to access
+.Nm nvnet
+driver and uses the same closed source API library to access
the underlying hardware.
There is currently no programming documentation available for this
device, and therefore little is known about the internal architecture
@@ -52,22 +53,20 @@ of the MAC engine itself.
The
.Nm
driver supports the following media types:
-.Pp
-.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
-.It autoselect
+.Bl -tag -width ".Cm 10baseT/UTP"
+.It Cm autoselect
Enable autoselection of the media type and options.
-.It 10baseT/UTP
+.It Cm 10baseT/UTP
Set 10Mbps operation.
-.It 100baseTX
+.It Cm 100baseTX
Set 100Mbps (Fast Ethernet) operation.
.El
.Pp
The
.Nm
driver supports the following media options:
-.Pp
-.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
-.It full-duplex
+.Bl -tag -width ".Cm 10baseT/UTP"
+.It Cm full-duplex
Set full duplex operation.
.El
.Pp
@@ -91,24 +90,25 @@ nForce2
A fatal initialization error has occurred.
.It "nve%d: couldn't map interrupt"
A fatal initialization error has occurred.
-.It "nve%d: failed to allocate memory"
+.It "nve%d: failed to allocate memory"
There are not enough mbufs available for allocation.
.It "nve%d: device timeout"
The device has stopped responding to the network, or there is a problem with
the network connection (cable).
.El
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Fx 5.5 .
.Sh SEE ALSO
.Xr arp 4 ,
.Xr miibus 4 ,
.Xr netintro 4 ,
.Xr ng_ether 4 ,
.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Fx 5.5 .
.Sh AUTHORS
+.An -nosplit
The
.Nm
driver was written by
OpenPOWER on IntegriCloud