cvs commit: src/sys/dev/em README if_em.c
Jack Vogel
jfvogel at gmail.com
Wed May 30 23:33:51 UTC 2007
On 5/30/07, Jack F Vogel <jfv at freebsd.org> wrote:
> 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
>
OH, and I should've added, updated README file after Gleb pointed
out issues with the one that got checked in with the new code :)
Jack
More information about the cvs-src
mailing list