From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXc84-0005zc-AS for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:38:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXc81-0005z2-Iz for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:38:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXc81-0005yt-E6 for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:38:41 -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 1BXc7O-0000mJ-J7 for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:38:02 -0400 Received: from [81.228.10.110] (helo=av7-1-sn4.m-sp.skanova.net) by mx20.gnu.org with esmtp (Exim 4.34) id 1BXbpc-0001Zn-F1 for qemu-devel@nongnu.org; Tue, 08 Jun 2004 04:19:45 -0400 Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av7-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 5850F37E45 for ; Tue, 8 Jun 2004 10:18:12 +0200 (CEST) Received: from putte2k (h151n2fls306o994.telia.com [81.225.243.151]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with SMTP id 30ABF37E57 for ; Tue, 8 Jun 2004 10:18:12 +0200 (CEST) Message-ID: <001801c44d31$2b1291b0$0401a8c0@putte2k> From: "Mike Nordell" Date: Tue, 8 Jun 2004 10:18:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: 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 Leigh Dyer wrote: > I can also confirm that the 4Mb video RAM patch committed a couple of > hours ago fixes the Cirrus Logic video with Win2k - it detected the > card at install and seems to be running quite happily with the > standard driver that ships with Win2k. Ah, wonderful! I just tested and can confirm it too. No more slow VGA! :-) I'm still curious why 32MB is claimed in the pci_register_io_region call, even that it only has got 4MB. But besides that non-critical issue I'm happy with it, and am starting to support the standpoint that -pci could be the default soon. /Mike