Date: Thu, 3 Aug 2006 09:20:12 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@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: <200608030920.k739KCjm002057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2006-08-03 09:20:12 UTC FreeBSD src repository 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: Merge in new driver from Intel, version 6.0.5. It adds support for 80003 NICs and NICs found on ICH8 mobos, and improves support for already known chips. Details: - if_em.c. Merged manually, viewing diff between new vendor driver and previous one. This was an easy task, because most changes between 5.1.5 and 6.0.5 are bugfixes taken from FreeBSD. - if_em_hw.h. Dropped in from vendor, and then restored revisions 1.16, 1.17, 1.18. - if_em_hw.c. Dropped in from vendor, and then restored revision 1.15. - if_em_osdep.h. Added new required macros from vendor file and add a hack against define namespace mangling in if_em_hw.h. Intel made another hack, but I prefer mine. Revision Changes Path 1.13 +13 -6 src/sys/dev/em/README 1.123 +99 -41 src/sys/dev/em/if_em.c 1.46 +12 -2 src/sys/dev/em/if_em.h 1.21 +2230 -701 src/sys/dev/em/if_em_hw.c 1.21 +411 -57 src/sys/dev/em/if_em_hw.h 1.18 +44 -13 src/sys/dev/em/if_em_osdep.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608030920.k739KCjm002057>