From owner-svn-src-head@freebsd.org Tue Nov 29 12:13:24 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00CD2C58EC2; Tue, 29 Nov 2016 12:13:24 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C35911231; Tue, 29 Nov 2016 12:13:23 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-pf0-x242.google.com with SMTP id 144so8286291pfv.0; Tue, 29 Nov 2016 04:13:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to:user-agent; bh=EgPnju4ae8yNzcoC7X6fEZHb2St3Jxws4j161JmyOAg=; b=kH9Ux7Mv3jRqNwZ3JO2bBjtfTO5wNWtf/nFCazMBBwRkwv6cl0V2h64tLpZU7LxdXD W6qozNa7Ff4Np7QGTEWccuiHyX1Ypktk3fZdxMKXBCFetTYenBGWm4StFHPjErGKaO5Y wQMQJKB8vPGa7RdijRO4aW0ZNzOkL9l4v4Vk2N9yAJSd9dz7hp3TRqSf+Su1BMuRZboC FhO0Tjo6+PeJTUPKVRQmZ5UU79Nuf+DGWg5pRFGgoc1lMcSwqbN972YA69/ZXfSOfYxs OQrN9jKWYd0FecHDfsx2PaawfXFyQ9aXvEAKk5FEzBde3KZCLh+EGK1estCkRJqabqLb lasw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=EgPnju4ae8yNzcoC7X6fEZHb2St3Jxws4j161JmyOAg=; b=OiXUOQinBKasnLndBZ/nci+wvN30/I04hUXGjN3WPHRXCLffWOiG1eNnljD4OpHLhJ 8/87rhRcrkhwc2TNLv4/wtJAgpXlgatUfSOuBFnHsZ0W2+CL1RdVWUhR52n0MSrjnTjZ 5KxYfnafFbePJBYDKwLGHlXsA3jcUx++kSvm3UiqpZRXO5Xm1kvg0Aha9836xz5UFBXP Qh3KLa7YtiY4/eryL4NqHRk1J2jPNlCzIiEsaHtdyrW5r5RctWcpgKFn+ePpfGnx/Ece gDE3kyhSU2s+vAh4ERpqyaVrcnofiqzcD90hBYAjpVi7/Cu5IW9X0B2F5PklppLR8CRQ YKwg== X-Gm-Message-State: AKaTC00CZXVb0ikjAvF8+heZNhjsy3g1KycI/PnzZYUEQFd3ujGP0i120kM1iBATTyJdTA== X-Received: by 10.99.3.202 with SMTP id 193mr49297041pgd.157.1480421603366; Tue, 29 Nov 2016 04:13:23 -0800 (PST) Received: from ox ([2601:641:c000:b800:c070:29ff:2e7:9e08]) by smtp.gmail.com with ESMTPSA id i194sm77063704pgc.46.2016.11.29.04.13.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Nov 2016 04:13:22 -0800 (PST) Sender: Navdeep Parhar Date: Tue, 29 Nov 2016 04:13:18 -0800 From: Navdeep Parhar To: Slawa Olhovchenkov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r305852 - in head/sys: dev/cxgbe dev/cxgbe/firmware modules/cxgbe modules/cxgbe/if_cc modules/cxgbe/if_ccv Message-ID: <20161129121318.GB16760@ox> Mail-Followup-To: Slawa Olhovchenkov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201609160008.u8G08bWr033156@repo.freebsd.org> <20161118160937.GL57876@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161118160937.GL57876@zxy.spb.ru> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 12:13:24 -0000 On Fri, Nov 18, 2016 at 07:09:37PM +0300, Slawa Olhovchenkov wrote: > On Fri, Sep 16, 2016 at 12:08:37AM +0000, Navdeep Parhar wrote: > > > Author: np > > Date: Fri Sep 16 00:08:37 2016 > > New Revision: 305852 > > URL: https://svnweb.freebsd.org/changeset/base/305852 > > > > Log: > > cxgbe(4): Attach to cards with the Terminator 6 ASIC. T6 cards will > > come up as 't6nex' nexus devices with 'cc' ports hanging off them. > > > > The T6 firmware and configuration files will be added as soon as they > > are released. For now the driver will try to work with whatever > > firmware and configuration is on the card's flash. > > > > Sponsored by: Chelsio Communications > > No MFC planed? T6 support will be MFC'd late this week to 11-STABLE and 10-STABLE. Regards, Navdeep