Date: Mon, 23 Dec 2002 11:11:23 -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: <200212231911.gBNJBN6O022354@repoman.freebsd.org>
index | next in thread | raw e-mail
pdeuskar 2002/12/23 11:11:23 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:
- 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
MFC after: 1 week
Revision Changes Path
1.5 +3 -3 src/sys/dev/em/README
1.17 +442 -489 src/sys/dev/em/if_em.c
1.12 +76 -48 src/sys/dev/em/if_em.h
1.6 +0 -0 src/sys/dev/em/if_em_hw.c
1.6 +0 -0 src/sys/dev/em/if_em_hw.h
1.9 +0 -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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212231911.gBNJBN6O022354>
