Date: Wed, 30 May 2007 23:32:22 +0000 (UTC) From: Jack F Vogel <jfv@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 Message-ID: <200705302332.l4UNWMhg072072@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705302332.l4UNWMhg072072>
