From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKsY4-0007bG-J1 for qemu-devel@nongnu.org; Wed, 06 Sep 2006 04:14:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKsY2-0007XT-1g for qemu-devel@nongnu.org; Wed, 06 Sep 2006 04:14:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKsY1-0007Wz-QY for qemu-devel@nongnu.org; Wed, 06 Sep 2006 04:14:13 -0400 Received: from [193.40.5.67] (helo=smtp2.it.da.ut.ee) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKsY8-0007rs-AS for qemu-devel@nongnu.org; Wed, 06 Sep 2006 04:14:20 -0400 Received: from umbluu (nfs.ebc.ee [193.40.23.10]) by smtp2.it.da.ut.ee (Postfix) with SMTP id 651DF4C03732 for ; Wed, 6 Sep 2006 11:14:11 +0300 (EEST) Message-ID: <001601c6d18c$6fccd7c0$b317a8c0@umbluu> From: "Siim S?ber" References: Subject: Re: [Qemu-devel] I/O port 0xc000 Date: Wed, 6 Sep 2006 11:14:12 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="gb2312"; reply-type=original Content-Transfer-Encoding: 7bit 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 Thanks. I think you could be right. I commented out the call to pci_bios_init() in pc_init1() and I think this port is clean now. The bad thing is that I need PCI later on, but Ill think about it when I get to it. Siim Sober ----- Original Message ----- From: "Jiang, Yunhong" To: Sent: Tuesday, September 05, 2006 9:18 PM Subject: RE: [Qemu-devel] I/O port 0xc000 > Is it for IDE port io access?