From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXR8b-0000yM-9q for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:54:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXR8Z-0000y9-Jg for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:54:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXR8Z-0000y6-GR for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:54:31 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BXR7s-000182-9i for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:53:48 -0400 Received: from [81.228.11.167] (helo=smtp5-sn1.fre.skanova.net) by mx20.gnu.org with esmtp (Exim 4.34) id 1BXR2g-00048D-04 for qemu-devel@nongnu.org; Mon, 07 Jun 2004 16:48:27 -0400 Received: from av3-2-sn3.vrr.skanova.net (av3-2-sn3.vrr.skanova.net [81.228.9.110]) by smtp5-sn1.fre.skanova.net (8.12.10/8.12.10) with ESMTP id i57Kk7Vk003837 for ; Mon, 7 Jun 2004 22:46:07 +0200 Received: from smtp1-2-sn3.vrr.skanova.net (smtp1-2-sn3.vrr.skanova.net [81.228.9.178]) by av3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 3E65237EA2 for ; Mon, 7 Jun 2004 22:45:36 +0200 (CEST) Received: from putte2k (h151n2fls306o994.telia.com [81.225.243.151]) by smtp1-2-sn3.vrr.skanova.net (Postfix) with SMTP id 19FCA3800F for ; Mon, 7 Jun 2004 22:45:36 +0200 (CEST) Message-ID: <001401c44cd0$68ef0560$0401a8c0@putte2k> From: "Mike Nordell" Date: Mon, 7 Jun 2004 22:45:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: NE2K PCI and Windows 98SE & Cirrus Logic 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 Fabrice Bellard wrote: > If no one sees severe problems with -pci, I propose it is the > default in 0.5.6. There is a problem in Windows 2000 guest. In the Device Manager it displays the first IDE controller as connected to (and belonging to) the PCI chipset. However, the second IDE controller shows up as being unrelated - like a plain ol' ISA controller (occupying IRQ 15). (In Windows-speak the first channel is displayed as "Primary IDE Channel", hanging off the "82371SB PCI Bus Master IDE Controller". The second one is listed as top-level "Standard IDE/ESDI Hard Disk Controller"). Also, there seems to be a problem with the Cirrus emulation. While the PCI config did display it had reserved 32MB of address space for the chip, the amount of RAM presented in e.g. Display Properties is only 256KB, allowing a maximum of 800x600x4bpp (making gfx output not only limited, but also quite slow). /Mike