summaryrefslogtreecommitdiffstats
path: root/sys/dev/em/README
diff options
context:
space:
mode:
authorpdeuskar <pdeuskar@FreeBSD.org>2002-11-08 18:14:17 +0000
committerpdeuskar <pdeuskar@FreeBSD.org>2002-11-08 18:14:17 +0000
commit9918575c8a3c567575e9ef1744c2464690eb828e (patch)
tree5cda9c577e262fc3a48696655bdee05cc2c2d6a9 /sys/dev/em/README
parentf3748b0c0b9b7ae4a57068095ab2eb98aaea333d (diff)
downloadFreeBSD-src-9918575c8a3c567575e9ef1744c2464690eb828e.zip
FreeBSD-src-9918575c8a3c567575e9ef1744c2464690eb828e.tar.gz
- Set RS (Report Status) bit on all descriptors of a packet instead of just the last one.
- Set RDTR to zero by default instead of 28. - Fixed a problem with TX hangs with jumbo frames when number of fragments in the mbuf chain is large. - Added support for 82540EP based cards. MFC after: 3 days
Diffstat (limited to 'sys/dev/em/README')
-rw-r--r--sys/dev/em/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/em/README b/sys/dev/em/README
index 4603056..7288074 100644
--- a/sys/dev/em/README
+++ b/sys/dev/em/README
@@ -2,7 +2,7 @@ $FreeBSD$
FreeBSD* Driver for the Intel(R) PRO/1000 Family of Adapters
============================================================
-July 2, 2002
+September 11, 2002
Contents
@@ -21,7 +21,7 @@ Contents
In This Release
===============
-This file describes the FreeBSD* driver, version 1.3.x, for the Intel(R)
+This file describes the FreeBSD* driver, version 1.4.x, for the Intel(R)
PRO/1000 Family of Adapters. This driver has been developed for use with
FreeBSD, version 4.6. As a new feature for this release, the driver is now
compiled by default into the FreeBSD 4.6 kernel.
@@ -155,7 +155,7 @@ NOTE: You must have kernel sources installed in order to compile the driver
Remove the following lines from the /usr/src/sys/conf/files.i386 file, if
they exist:
- /dev/em/if_em_fxhw.c optional em
+ /dev/em/if_em_fx_hw.c optional em
/dev/em/if_em_phy.c optional em
Compile and install the kernel.
OpenPOWER on IntegriCloud