summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2004-09-09 23:41:03 +0000
committerbrueffer <brueffer@FreeBSD.org>2004-09-09 23:41:03 +0000
commitf09507d8c777925044f06e0095cf86735f3148f8 (patch)
tree4c45f4dec700db04d3c66c565bdcceb782c83579
parent3d2cd03af248aef5e70fccafaa9d1819811b4182 (diff)
downloadFreeBSD-src-f09507d8c777925044f06e0095cf86735f3148f8.zip
FreeBSD-src-f09507d8c777925044f06e0095cf86735f3148f8.tar.gz
- add a HARDWARE section based on the driver README
- capitalization fixes - bump document date MFC after: 3 days
-rw-r--r--share/man/man4/em.452
1 files changed, 47 insertions, 5 deletions
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4
index a8728a8..9e8a04d 100644
--- a/share/man/man4/em.4
+++ b/share/man/man4/em.4
@@ -31,22 +31,23 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 26, 2002
+.Dd September 5, 2004
.Dt EM 4
.Os
.Sh NAME
.Nm em
-.Nd "Intel(R) PRO/1000 gigabit Ethernet driver for the FreeBSD operating system"
+.Nd "Intel(R) PRO/1000 Gigabit Ethernet driver for the FreeBSD operating system"
.Sh SYNOPSIS
.Cd "device em"
.Sh DESCRIPTION
The
.Nm
-driver provides support for PCI gigabit Ethernet adapters based on
-the Intel 82540, 82542, 82543, 82544 and 82546 Ethernet controller chips.
+driver provides support for PCI Gigabit Ethernet adapters based on
+the Intel 82540, 82541PI, 82542, 82543, 82544, 82546, 82546EB and 82547
+Ethernet controller chips.
The driver supports Transmit/Receive checksum offload
and Jumbo Frames only on 82540, 82543, 82544 and 82546-based adapters.
-For a list of supported adapters, see the
+For further hardware information, see the
.Pa README
included with the driver.
.Pp
@@ -117,6 +118,47 @@ is not specified, the driver defaults to
.Pp
For more information on configuring this device, see
.Xr ifconfig 8 .
+.Sh HARDWARE
+The
+.Nm
+driver supports Gigabit Ethernet adapters based on the Intel
+82540, 82541PI, 82542, 82543, 82544, 82546, 82546EB and 82547
+controller chips:
+.Pp
+.Bl -bullet -compact
+.It
+Intel PRO/1000 CT Network Connection (82547)
+.It
+Intel PRO/1000 F Server Adapter (82543)
+.It
+Intel PRO/1000 Gigabit Server Adapter (82542)
+.It
+Intel PRO/1000 GT Desktop Adapter (82541PI)
+.It
+Intel PRO/1000 MF Dual Port Server Adapter (82546)
+.It
+Intel PRO/1000 MF Server Adapter (82545)
+.It
+Intel PRO/1000 MF Server Adapter (LX) (82545)
+.It
+Intel PRO/1000 MT Desktop Adapter (82540)
+.It
+Intel PRO/1000 MT Desktop Adapter (82541)
+.It
+Intel PRO/1000 MT Dual Port Server Adapter (82546)
+.It
+Intel PRO/1000 MT Quad Port Server Adapter (82546EB)
+.It
+Intel PRO/1000 MT Server Adapter (82545)
+.It
+Intel PRO/1000 T Desktop Adapter (82544)
+.It
+Intel PRO/1000 T Server Adapter (82543)
+.It
+Intel PRO/1000 XF Server Adapter (82544)
+.It
+Intel PRO/1000 XT Server Adapter (82544)
+.El
.Sh DIAGNOSTICS
.Bl -diag
.It "em%d: Unable to allocate bus resource: memory"
OpenPOWER on IntegriCloud