From owner-svn-src-all@freebsd.org Mon Apr 29 14:54:11 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 F3DFB1592D01; Mon, 29 Apr 2019 14:54:10 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0229B86C3C; Mon, 29 Apr 2019 14:54:09 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id fba4e1b6; Mon, 29 Apr 2019 16:54:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=T8fzYwXQ7zBykdt8KrRFM8suk5M=; b=Sshu6Ww0i/CJxVJgts/BSQ1HA4Hm BlQID+Sg4NcKnkc2uQpCoLBZ1EK5bz+ZNOl/UhZDwDX2YZ2bAkP2JCmlcI1erpOE 53mu+C+/YM3/T6k0964/XjlQujy0C9fd7tfVRJKptIcvDnxRh8fe4/QdVoo+2o+5 9JlBFtnILMI9Tl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=QafXxe3+J+cGEIVeJpuURQH+6Z5vNAluvYAn5He3tyzboBRu32WiWFbF H70qwVVIIwiFb/csNNhXftR4My4FUUYWCuZBeJ1Cs6XpuJmdlUXu5jj7z+Sy99CG iqgHKb63cn/EBwvRhovSxXmjBz6rWGJzoJNV2A7V8Y4YKiTTw7E= Received: from skull.home.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 50c657ae TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 29 Apr 2019 16:54:08 +0200 (CEST) Date: Mon, 29 Apr 2019 16:54:07 +0200 From: Emmanuel Vadot To: Andrew Gallatin Cc: rgrimes@freebsd.org, Ed Maste , src-committers , svn-src-all , svn-src-head , Greg V Subject: Re: svn commit: r346598 - head/sys/modules Message-Id: <20190429165407.d18ef446d8adf141ee7f8c5a@bidouilliste.com> In-Reply-To: <6e19943d-d680-9b83-dd8a-0da58a5f5d37@cs.duke.edu> References: <201904291421.x3TEL00P072638@gndrsh.dnsmgr.net> <6e19943d-d680-9b83-dd8a-0da58a5f5d37@cs.duke.edu> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 0229B86C3C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,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:54:11 -0000 On Mon, 29 Apr 2019 10:49:01 -0400 Andrew Gallatin wrote: > 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 It/s PCIe 2.1 compatible. See http://rockchip.fr/Rockchip%20RK3399%20TRM%20V1.3%20Part2.pdf for more info. -- Emmanuel Vadot