From owner-svn-src-all@freebsd.org Mon Apr 29 14:49:09 2019 Return-Path: Delivered-To: svn-src-all@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 D497715925CE; Mon, 29 Apr 2019 14:49:09 +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 7A42B862FA; Mon, 29 Apr 2019 14:49:09 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.4] (c-71-56-186-158.hsd1.va.comcast.net [71.56.186.158]) (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 624642700187; Mon, 29 Apr 2019 10:49:02 -0400 (EDT) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 624642700187 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1556549342; bh=Zw9qhMiEn959FQEMRjRuPSLIaJ4Rh2sHVYZiEmgmtIs=; h=Subject:To:From:Date:From; b=aVdwuRLiMDyWBwCgAfFOfJhkHVQjbSwuJj+RO5c8CJSmogiDB3pO9GJ951gwlJU1K gZzlN4qdHM4dKZ5lFXrxevO+TAvm1PtaGIPWEpBh6e5V4NqXHDAz2WWoOHfky/PlDk Q/yG1T8Ce4rmJfujMdGCEr3Dh8oT7D3EjmrDWgZMY6pVxfnCJNfQSGF7dDNV7JdVq2 tEeLCaihjPpTsQer+8VCZjJnV5rWlb2JQe3DKPD0yiuQljQhUyz610aUoJPht7vKjd wBQ10p9TmwHvr7Qqa4IrPgQGXedpTq6Lm0vUYRI5iVqcU1Axy2hYYvxinF9JBCM1Xe AUEi2jUPbt4qg== Subject: Re: svn commit: r346598 - head/sys/modules To: rgrimes@freebsd.org, Ed Maste Cc: src-committers , svn-src-all , svn-src-head , Greg V References: <201904291421.x3TEL00P072638@gndrsh.dnsmgr.net> From: Andrew Gallatin Message-ID: <6e19943d-d680-9b83-dd8a-0da58a5f5d37@cs.duke.edu> Date: Mon, 29 Apr 2019 10:49:01 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <201904291421.x3TEL00P072638@gndrsh.dnsmgr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 7A42B862FA X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.969,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 29 Apr 2019 14:49:10 -0000 On 2019-04-29 10:21, Rodney W. Grimes wrote: >> On Tue, 23 Apr 2019 at 13:26, Rodney W. Grimes >> wrote: >>> >>> Very cool, now how do I get a PCIe slot into a RPI3!!! lol :-) >> >> I know you're joking but the comment does highlight an issue in the >> AArch64 world - there's a lack of good mid-range developer platforms. > > I may of been joking with respect to the RPI3, but at the same > time I do know that the RockPro64 exists and does have that > PCIe slot I want, I also know that Michael Dexter has one he would > loan me should I wish to investigate our state of support. Does anybody know what PCIe Generation / speed that slot runs at? All I can find them saying is "PCIe x4", which implies Gen 1, 2.5GT/s speeds, which is not terribly useful. Gen2 or better would be enough to run 10GbE, which would be fun :) Drew