From owner-svn-src-all@FreeBSD.ORG Sat Nov 16 08:50:56 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09B3370F; Sat, 16 Nov 2013 08:50:56 +0000 (UTC) Received: from mail-ee0-x235.google.com (mail-ee0-x235.google.com [IPv6:2a00:1450:4013:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26E7B250A; Sat, 16 Nov 2013 08:50:55 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id b57so1476427eek.40 for ; Sat, 16 Nov 2013 00:50:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=SPpjHCFQhsZeOquN/SyWjUdE6MbF8PCrmx5NpbmJk3k=; b=FAhOPxSvT4Ftca1QsaZV+P9S/N38OZLnle5vujjBqChp9eWz2hUiTn0LZs2j+NClTG TxxEKFv3rXs4EaMmzEer496hu4PP1+L2gxg+8IOt2+Frgv6XzZn8JdQ27AzZ2cqe6+ir ie5eibV1iOTAhoNJVlDu/W6MXOEn5ShI724haw/WU+rZ07VcWCwdtQHC7OttrlaD+2uE hocn5L5gqj0TvqqNmYKnPrGJZJ+bhCKSz+ly4wPMqfnEG5kkfttmkKg5K60Rkrxcro7x ru7apHOuQrZ7wi+2v0GLKsnTLhh7c6FJcNPMkJxV+a27mnK9vJ3oeccS//uIPe3U76oD 6wtA== MIME-Version: 1.0 X-Received: by 10.15.101.13 with SMTP id bo13mr3404559eeb.77.1384591852738; Sat, 16 Nov 2013 00:50:52 -0800 (PST) Sender: hiren.panchasara@gmail.com Received: by 10.14.127.195 with HTTP; Sat, 16 Nov 2013 00:50:52 -0800 (PST) In-Reply-To: <201311152026.rAFKQEHs066137@svn.freebsd.org> References: <201311152026.rAFKQEHs066137@svn.freebsd.org> Date: Sat, 16 Nov 2013 00:50:52 -0800 X-Google-Sender-Auth: BKe-ySs5xw40wBluOMLew1j3au8 Message-ID: Subject: Re: svn commit: r258187 - head/sys/dev/bxe From: hiren panchasara To: Eric Davis Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head , svn-src-all , src-committers X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 08:50:56 -0000 On Fri, Nov 15, 2013 at 12:26 PM, Eric Davis wrote: > Author: edavis > Date: Fri Nov 15 20:26:14 2013 > New Revision: 258187 > URL: http://svnweb.freebsd.org/changeset/base/258187 > > Log: > Fixed a tx watchdog chip reset that could occur on mostly idle links. Thanks! > Fixed various link related issues and 10GBaseT is now linking properly. > Modified the types for the driver tunables to be consistent with the sysctl APIs. Cheers, Hiren