1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

- add a HARDWARE section based on the driver README

- capitalization fixes
- bump document date

MFC after:	3 days
This commit is contained in:
Christian Brueffer 2004-09-09 23:41:03 +00:00
parent d7ec0e6aca
commit 91461de402
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135015

View File

@ -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"