From owner-freebsd-hackers@freebsd.org Fri May 11 19:03:31 2018 Return-Path: Delivered-To: freebsd-hackers@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 EDC99FC66F5; Fri, 11 May 2018 19:03:30 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "puchar.net", Issuer "puchar.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 629CF75840; Fri, 11 May 2018 19:03:30 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.15.2) with ESMTPS id w4BJ3a1M049989 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 11 May 2018 21:03:36 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Received: from localhost (puchar-wojtek@localhost) by puchar.net (8.15.2/8.15.2/Submit) with ESMTP id w4BJ3VUC049986; Fri, 11 May 2018 21:03:31 +0200 (CEST) (envelope-from puchar-wojtek@puchar.net) Date: Fri, 11 May 2018 21:03:31 +0200 (CEST) From: Wojciech Puchar To: Dieter BSD cc: freebsd-hardware@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: PCIe multipliers, how do they work? In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 19:03:31 -0000 > There are also PCIe cards which provide multiple slots, typically > connected with a usb cable. These tend to convert 1 PCIe_x1 slot > into multiple PCIe_x1 slots. I get the impression that these do > not require bifurcation support. They seem to be aimed at "miners" these cards consist of PCIe switch which is supported out of the box. former ones require BIOS to reconfigure CPUs PCI lanes so instead of eg one 16x lane there will be 4 4x lanes.