From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDFeJ-0001u9-D8 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:58:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDFeF-0002Da-G2 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:57:59 -0500 Message-ID: <54BD3767.4080100@ilande.co.uk> Date: Mon, 19 Jan 2015 16:57:11 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <1421667328-11800-1-git-send-email-mark.cave-ayland@ilande.co.uk> <1421667328-11800-3-git-send-email-mark.cave-ayland@ilande.co.uk> <54BCFC57.3010709@redhat.com> <54BD1C2D.9070603@suse.de> <54BD236E.1040200@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] m48t59: add mem_base value to m48t59_init_isa() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko , Paolo Bonzini Cc: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , qemu-ppc@nongnu.org, Alexander Graf , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel On 19/01/15 16:17, Artyom Tarasenko wrote: >> Is there an "EBus bridge" PCI device similar to the PCI-to-ISA bridge? > > As physical devices there are integrated SBus-to-EBus and PCI-to-EBus bridges. > > But actually I may have been wrong about NVRAM always sitting on the > EBus: looking at the page 28 of "UltraSPARCâ„¢-IIi User's Manual" > (805-0087.pdf), I see that NVRAM, Serial and other controllers reside > in a "PC compatible SuperIO" chip which sits on a PCI bus. There's definitely a PCI device for a PCI-EBus bridge that we discover during enumeration and attach to that (for example the EBus properties in OpenBIOS can be found in the attach callback for the bridge PCI device in drivers/pci.c). ATB, Mark.