From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXtkX-0005EH-52 for qemu-devel@nongnu.org; Tue, 26 Aug 2008 04:18:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXtkW-0005DC-BI for qemu-devel@nongnu.org; Tue, 26 Aug 2008 04:18:00 -0400 Received: from [199.232.76.173] (port=38127 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXtkW-0005Cv-4z for qemu-devel@nongnu.org; Tue, 26 Aug 2008 04:18:00 -0400 Received: from il.qumranet.com ([212.179.150.194]:54712) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXtkV-0000hK-Jw for qemu-devel@nongnu.org; Tue, 26 Aug 2008 04:17:59 -0400 Received: from gleb-debian.qumranet.com (gleb-debian.qumranet.com.qumranet.com [172.16.15.143]) by il.qumranet.com (Postfix) with ESMTP id 7C453250ED9 for ; Tue, 26 Aug 2008 11:17:55 +0300 (IDT) Date: Tue, 26 Aug 2008 11:17:55 +0300 From: Gleb Natapov Subject: Re: [Qemu-devel] Re: [PATCH v2 1/6] Use IO port for qemu<->guest BIOScommunication. Message-ID: <20080826081755.GU6192@minantech.com> References: <20080825153744.GA27233@shareable.org> <01f101c906e3$db52cf70$0201a8c0@zeug> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01f101c906e3$db52cf70$0201a8c0@zeug> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Aug 25, 2008 at 08:53:05PM +0200, Sebastian Herbszt wrote: > Jamie Lokier wrote: >>> What about 410? >> >> Whatever port is chosen, it should be one which common and rare >> operating systems, recent and ancient, don't "probe" to look for >> non-PNP ISA devices - unless the protocol requires a magic sequence to >> be woken (and goes back to sleep following a CPU reset). >> >> I quick Google suggests 0x410 is most commonly used by PCMCIA ethernet >> cards. I've no idea if they are probed using that port. > > Ralf Brown's "Ports List, part 2 of 3" says > "PORT 040A-043F - Intel 82378ZB embedded DMA controller". > It lists ports 0x401/0x403 as part of EISA DMA Controller, but they are used by qemu for BIOS debug. What about port 0x510? It is not listed there (but on my desktop 0x500-0x53f are used by ISA bridge 82801IH). Perhaps choose some high port (0x6666 for instance)? -- Gleb.