Date: Wed, 13 Feb 2002 10:19:27 -0800 (PST) From: Prafulla Deuskar <pdeuskar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 em.4 src/sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h src/sys/i386/conf NOTES Message-ID: <200202131819.g1DIJRm46986@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
pdeuskar 2002/02/13 10:19:27 PST Modified files: share/man/man4 em.4 sys/dev/em if_em.c if_em.h if_em_fxhw.c if_em_fxhw.h if_em_osdep.h if_em_phy.c if_em_phy.h sys/i386/conf NOTES Log: - Added support for receive in multiple descriptors. This simplifies code for jumbo frames. - Cleaned up coding conventions to make code more unix-like. - Cleaned up code in if_em_fxhw.c and if_em_phy.c. Added relevant comments. MFC after: 1 week Revision Changes Path 1.4 +72 -80 src/share/man/man4/em.4 1.3 +368 -748 src/sys/dev/em/if_em.c 1.3 +16 -145 src/sys/dev/em/if_em.h 1.3 +1873 -1321 src/sys/dev/em/if_em_fxhw.c 1.2 +1206 -1295 src/sys/dev/em/if_em_fxhw.h 1.2 +71 -31 src/sys/dev/em/if_em_osdep.h 1.2 +1404 -1083 src/sys/dev/em/if_em_phy.c 1.2 +358 -390 src/sys/dev/em/if_em_phy.h 1.995 +1 -0 src/sys/i386/conf/NOTES 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?200202131819.g1DIJRm46986>