diff options
author | brueffer <brueffer@FreeBSD.org> | 2005-01-05 04:31:00 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2005-01-05 04:31:00 +0000 |
commit | accad97d851f145e7c158670e636141afc749f7d (patch) | |
tree | 564f079246757789f5bb5c4a7888829a8be8e6be | |
parent | b625b904ffd299d5c914b65737e94a1a310993c9 (diff) | |
download | FreeBSD-src-accad97d851f145e7c158670e636141afc749f7d.zip FreeBSD-src-accad97d851f145e7c158670e636141afc749f7d.tar.gz |
- add new supported chips: 82541ER and 82546GB
- add the long supported, but still missing 82545
- change .Nd to look better (no need to mention FreeBSD there)
- bump .Dd
MFC after: 3 days
-rw-r--r-- | share/man/man4/em.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index f0993b1..3090cc6 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -31,20 +31,20 @@ .\" .\" $FreeBSD$ .\" -.Dd November 24, 2004 +.Dd January 5, 2005 .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 adapter driver" .Sh SYNOPSIS .Cd "device em" .Sh DESCRIPTION The .Nm 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 Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, +82546EB, 82546GB 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 further hardware information, see the @@ -122,8 +122,8 @@ For more information on configuring this device, see The .Nm driver supports Gigabit Ethernet adapters based on the Intel -82540, 82541PI, 82542, 82543, 82544, 82546, 82546EB and 82547 -controller chips: +82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546, 82546EB, +82546GB and 82547 controller chips: .Pp .Bl -bullet -compact .It |