cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h
if_em_osdep.h
Tony Ackerman
tackerman at FreeBSD.org
Thu May 26 16:32:03 PDT 2005
tackerman 2005-05-26 23:32:03 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h
if_em_osdep.h
Log:
Changes to update driver with latest Intel driver version 2.1.7
- Changed from using explicit devices id to using descriptive labels.
- Added support for 82573 and 82546 Quad adapters.
- Corrected support for 82547EI and 82541ER (mac_type was not assigned)
- Removed #ifdef DBG_STATS and extraneous code.
if_em_hw.c/if_em_hw.h
- Added support for 82573 and 82546 Quad adapters.
- Brought forward Intel's most current mac and phy changes.
Revision Changes Path
1.64 +53 -50 src/sys/dev/em/if_em.c
1.31 +1 -6 src/sys/dev/em/if_em.h
1.16 +1922 -500 src/sys/dev/em/if_em_hw.c
1.15 +561 -25 src/sys/dev/em/if_em_hw.h
1.14 +20 -1 src/sys/dev/em/if_em_osdep.h
More information about the cvs-src
mailing list