Date: Fri, 8 Nov 2002 10:14:17 -0800 (PST) From: Prafulla Deuskar <pdeuskar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Message-ID: <200211081814.gA8IEH0T061132@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pdeuskar 2002/11/08 10:14:17 PST Modified files: sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: - 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 Revision Changes Path 1.4 +3 -3 src/sys/dev/em/README 1.13 +541 -515 src/sys/dev/em/if_em.c 1.10 +122 -19 src/sys/dev/em/if_em.h 1.5 +136 -39 src/sys/dev/em/if_em_hw.c 1.5 +40 -20 src/sys/dev/em/if_em_hw.h 1.8 +2 -0 src/sys/dev/em/if_em_osdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211081814.gA8IEH0T061132>