On 5/30/07, Jack F Vogel <[EMAIL PROTECTED]> wrote:
jfv 2007-05-30 23:32:22 UTCFreeBSD 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
