From owner-svn-src-head@freebsd.org Wed May 30 09:42:53 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 E3061F7C0D6 for ; Wed, 30 May 2018 09:42:52 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 58DE679225 for ; Wed, 30 May 2018 09:42:52 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id F21EE20B1AE1 for ; Wed, 30 May 2018 19:42:49 +1000 (AEST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id EB9D2281F25 for ; Wed, 30 May 2018 19:42:49 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3DaAJtGnheTm for ; Wed, 30 May 2018 19:42:49 +1000 (AEST) Received: from Peters-MacBook-Pro-2.local (c122-106-248-59.belrs3.nsw.optusnet.com.au [122.106.248.59]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 8ED122808C3; Wed, 30 May 2018 19:42:48 +1000 (AEST) Subject: Re: svn commit: r334365 - head/sys/dev/pci To: Justin Hibbits , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201805300241.w4U2fmvB033942@repo.freebsd.org> From: Peter Grehan Message-ID: <25bd4319-6d7f-e668-88e4-4c3adbc1e8e9@freebsd.org> Date: Wed, 30 May 2018 19:42:49 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <201805300241.w4U2fmvB033942@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=dNCIZtRb c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=B4xUt+5V0tDuyGor23H9pw==:17 a=IkcTkHD0fZMA:10 a=VUJBJC2UJ8kA:10 a=pPZoCg0zbuVMT-0qolQA:9 a=QEXdDO2ut3YA:10 wl=host:3 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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, 30 May 2018 09:42:53 -0000 > PCIe only permits 1 device on an endpoint, so some devices ignore the device > part of B:D:F probing. Although ARI likely fixes this, not all platforms > support ARI completely or correctly, so some devices end up showing up 32 > times on the bus. I think this might have broken bhyve - a fake PCIe capability is put on the root port so that guests will use MSI/MSI-x, but otherwise it looks like parallel PCI. Not exactly spec-compliant, but then neither is most of the world of PCI/PCIe. It may be worth #ifdef'ing this with powerpc. later, Peter.