cvs commit: src/sys/dev/em README if_em.c
Jack F Vogel
jfv at FreeBSD.org
Wed May 30 23:32:22 UTC 2007
jfv 2007-05-30 23:32:22 UTC
FreeBSD src repository
Modified files:
sys/dev/em README if_em.c
Log:
A few small but significant fixes:
- Coverity Prevent(tm) CID 1906 a bogus use of bzero where unneeded.
- ICH8 systems autoneg to 100 rather than 1000, this can also be
seen in 82573, the logic was backwards.
- On new 82575 quadports half duplex tx speed is slow... this was due
to overwriting TCTL reg rather than adding bits.
Revision Changes Path
1.15 +32 -44 src/sys/dev/em/README
1.180 +23 -20 src/sys/dev/em/if_em.c
More information about the cvs-src
mailing list