From owner-cvs-all@FreeBSD.ORG Wed May 30 23:33:50 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E40E16A46E for ; Wed, 30 May 2007 23:33:50 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id EE66B13C46C for ; Wed, 30 May 2007 23:33:49 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1264791wag for ; Wed, 30 May 2007 16:33:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Oo2DP/oyvzuZkGeHIqs4obNl5prAJY2JLaB84V2DLKhZ+AJfv1P/2YNJM3FOGLeVrRJ8IyiVKIwQ6fJE3k0gYezz1AIPUDOPcy6+cl1n5HW0CCOtj7o1kQAZNDJ1NrTq8wYxWzID9HywHTMu1dBE35rBBHKkYGH9OMCg2W4QXf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K5g7wxPF6ZLMJWNNE/pO4zMGKyaR5IcL0UTRtIhHabzuoofbKv7j1g9kaIhUCRl5G9dGziR7RkQ4BVdsEdjcbPw4Vv6Uys550cl/O8H6O/GF4/trbbvNoQL79oYv9sgmFp7D2L7uiah6s3tGQUlRc3rBps79bXL4/Icd6iRghK0= Received: by 10.114.194.1 with SMTP id r1mr4409814waf.1180568029633; Wed, 30 May 2007 16:33:49 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Wed, 30 May 2007 16:33:49 -0700 (PDT) Message-ID: <2a41acea0705301633r56d73141p933a0e2b746fc6b@mail.gmail.com> Date: Wed, 30 May 2007 16:33:49 -0700 From: "Jack Vogel" To: "Jack F Vogel" In-Reply-To: <200705302332.l4UNWMhg072072@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705302332.l4UNWMhg072072@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em README if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 23:33:50 -0000 On 5/30/07, Jack F Vogel 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