From owner-svn-src-head@freebsd.org Wed Jul 4 18:59:22 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFDEE102FFFC; Wed, 4 Jul 2018 18:59:22 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (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 67DC68D9EE; Wed, 4 Jul 2018 18:59:22 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.3] (c-73-216-227-39.hsd1.va.comcast.net [73.216.227.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 032222700341; Wed, 4 Jul 2018 14:59:15 -0400 (EDT) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 032222700341 Authentication-Results: duke.cs.duke.edu; dmarc=none header.from=cs.duke.edu DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1530730756; bh=Xw5UQDeRvBUyQZWRHEhhHCwIF2jtLEUfnDyPwq7SO0k=; h=Subject:To:From:Date:From; b=iqEUAEhgWkwy/ahYm8OeDg8U6FFdEQeZsPRSTDt0GrixBu/KyPHwu8yDtgs0UMIup 6u5+AXxLXDucX/Zm+596CC1GHZqjYcjsuT3yXwVqcFZ6kpj0T76vbLiXyJ3wScUP3T ot5XhWTtTCt7Edf8pf6/Aq1D4ngXhuZ/vdm4xNkzjZHCbU9c0JmWntOxTAadIKyRdJ x81i6oBhD4JHCoYtyUp9AC3ZX/X+3wcPzPPE/9x6pmDy3prUXwSKp/dxgiulCrrruP iqzowCI0wlZT9dpOPr/0AgYtjBnbT96pXfZQHgOhZysw+TIHh3Y0D5zqk6MUJSOnqH M/e8WeQ/owmZA== Subject: Re: svn commit: r335966 - head/sys/dev/mxge To: Andrew Gallatin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201807041854.w64IsiVA075721@repo.freebsd.org> From: Andrew Gallatin Message-ID: <4176da4b-7d3a-5e1d-57e5-6c6071da3a78@cs.duke.edu> Date: Wed, 4 Jul 2018 14:59:14 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <201807041854.w64IsiVA075721@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Wed, 04 Jul 2018 18:59:22 -0000 On 07/04/18 14:54, Andrew Gallatin wrote: > mxge: Add SIOCGI2C support for devices with SFP/XFP cages > Note that I do not have any XFP devices to test with, only SFP and CX4. If this causes problems for XFP devices, I can restrict SIOCGI2C support to just SFP if needed. Drew