Date: Fri, 3 Jan 2003 10:18:56 -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: <200301031818.h03IIuwx087751@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pdeuskar 2003/01/03 10:18:56 PST Modified files: (Branch: RELENG_4) sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: - Move to array based indexing for TX/RX descriptor/buffer management - Added support for ITR (interrupt throttle register). This feature is available on adapters based on 82545 and above - Fixed problem with vlan support when traffic has priority bits set. (kern/45907) PR: kern/45907 Revision Changes Path 1.1.2.5 +3 -3 src/sys/dev/em/README 1.2.2.11 +429 -480 src/sys/dev/em/if_em.c 1.1.2.11 +79 -49 src/sys/dev/em/if_em.h 1.1.2.6 +1 -1 src/sys/dev/em/if_em_hw.c 1.1.2.6 +1 -1 src/sys/dev/em/if_em_hw.h 1.1.2.9 +1 -1 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?200301031818.h03IIuwx087751>