From owner-svn-src-all@freebsd.org Fri Nov 18 16:09:45 2016 Return-Path: Delivered-To: svn-src-all@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 BF59CC48DC6; Fri, 18 Nov 2016 16:09:45 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F5C7FC; Fri, 18 Nov 2016 16:09:45 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1c7ljN-0006Lh-5o; Fri, 18 Nov 2016 19:09:37 +0300 Date: Fri, 18 Nov 2016 19:09:37 +0300 From: Slawa Olhovchenkov To: Navdeep Parhar 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: <20161118160937.GL57876@zxy.spb.ru> References: <201609160008.u8G08bWr033156@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201609160008.u8G08bWr033156@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 18 Nov 2016 16:09:45 -0000 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?