From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 7 07:29:19 2012 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC13D106566B for ; Fri, 7 Sep 2012 07:29:19 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E05F78FC12 for ; Fri, 7 Sep 2012 07:29:18 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA07579; Fri, 07 Sep 2012 10:29:11 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1T9t03-000Aj4-6y; Fri, 07 Sep 2012 10:29:11 +0300 Message-ID: <5049A244.5090103@FreeBSD.org> Date: Fri, 07 Sep 2012 10:29:08 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120901 Thunderbird/15.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Gustau_P=E9rez_i_Querol?= References: <50449030.1010206@entel.upc.edu> <504916C5.7070302@entel.upc.edu> In-Reply-To: <504916C5.7070302@entel.upc.edu> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: emulation@FreeBSD.org Subject: Re: Fix ich9 bios to correctly configure pci bridge1 and pci bridge2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 07:29:19 -0000 on 07/09/2012 00:33 Gustau Pérez i Querol said the following: > Looks like the mailing list ate the attachment. I can be downloaded here: > > http://www-entel.upc.edu/gus/patch-src-VBox-Devices-Bus-DevPciIch9.cpp I am not sure about + PCIDevSetByte(pBridgeDev, VBOX_PCI_PRIMARY_BUS, 0); this code assumes that there are no bridges behind bridges. This could be OK from practical point of view, but not OK from correctness point of view. -- Andriy Gapon