diff options
author | pdeuskar <pdeuskar@FreeBSD.org> | 2002-07-26 17:35:31 +0000 |
---|---|---|
committer | pdeuskar <pdeuskar@FreeBSD.org> | 2002-07-26 17:35:31 +0000 |
commit | 23c878078eb41da1964ebf26e0924debc021c320 (patch) | |
tree | ee2ed305a136497e240d9f2bcd6a0c25d423bac2 /share/man | |
parent | 2584e4dbea6764eaede071064ac451bf9f3c0632 (diff) | |
download | FreeBSD-src-23c878078eb41da1964ebf26e0924debc021c320.zip FreeBSD-src-23c878078eb41da1964ebf26e0924debc021c320.tar.gz |
Updated man page to include support for
82546 based adapters.
MFC after: 3 days
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/em.4 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index 6be7b26..4d5888d 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -27,8 +27,7 @@ .\" * Other names and brands may be claimed as the property of others. .\" .\" $FreeBSD$ -.\" -.Dd April 5, 2002 +.Dd July 26, 2002 .Dt EM 4 .Os .Sh NAME @@ -40,10 +39,10 @@ The .Nm driver provides support for PCI gigabit Ethernet adapters based on -the Intel 82540, 82542, 82543 and 82544 Ethernet controller chip. +the Intel 82540, 82542, 82543, 82544, and 82546 Ethernet controller chips. The driver supports Transmit/Receive checksum offload -and Jumbo Frames only on 82540, 82543 and 82544-based adapters. -For a list of supported adapters, see the +and Jumbo Frames only on 82540, 82543, 82544 and 82546-based adapters. +For a list of supported adapters, see the .Pa README included with the driver. .Pp @@ -58,6 +57,8 @@ Selecting an MTU larger than 1500 bytes with the utility configures the adapter to receive and transmit Jumbo Frames. The maximum MTU size for Jumbo Frames is 16114. .Pp +This driver version supports VLANs. For information on enabling VLANs, see the +.Pa README. The .Nm driver supports the following media types: @@ -134,6 +135,7 @@ If an issue is identified with the released source code on the supported kernel with a supported adapter, email the specific information related to the issue to .Aq freebsdnic@mailbox.intel.com . +.El .Sh SEE ALSO .Xr arp 4 , .Xr gx 4 , |