From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQffh-0005VN-AL for qemu-devel@nongnu.org; Wed, 27 Apr 2005 02:05:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQffc-0005Ud-Rl for qemu-devel@nongnu.org; Wed, 27 Apr 2005 02:05:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQffb-0004tm-LU for qemu-devel@nongnu.org; Wed, 27 Apr 2005 02:05:11 -0400 Received: from [212.250.162.18] (helo=mta10-winn.mailhost.ntl.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQfht-0004xk-Fj for qemu-devel@nongnu.org; Wed, 27 Apr 2005 02:07:33 -0400 Received: from aamta07-winn.mailhost.ntl.com ([212.250.162.8]) by mta10-winn.mailhost.ntl.com with ESMTP id <20050427060337.XDHF18795.mta10-winn.mailhost.ntl.com@aamta07-winn.mailhost.ntl.com> for ; Wed, 27 Apr 2005 07:03:37 +0100 Received: from [10.10.10.100] (really [81.103.110.177]) by aamta07-winn.mailhost.ntl.com with ESMTP id <20050427060337.YWNK10174.aamta07-winn.mailhost.ntl.com@[10.10.10.100]> for ; Wed, 27 Apr 2005 07:03:37 +0100 Message-ID: <426F2B36.70003@ntlworld.com> Date: Wed, 27 Apr 2005 07:03:34 +0100 From: Antony T Curtis MIME-Version: 1.0 Subject: Re: [Qemu-devel] NE2000 for OS/2 References: <002301c54ad1$81217140$0364a8c0@afine> In-Reply-To: <002301c54ad1$81217140$0364a8c0@afine> Content-Type: text/plain; charset=iso-2022-jp 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 kazu wrote: >Hi, > >A patch below supports NE2000 for a OS/2 Warp guest. The problem is that PCI >bus isn't asserted when NE2000 is asserted. This patch is made by lukewarm. >I heard that Realtek 8029 driver can be used in a OS/2 Warp guest. > > I have had some problems with using the RT8029 driver with OS/2 as guest. Personally, I prefer using the AMD PCNet-II driver and the only problems I have experienced with that is occasional SIGSEGV from the slirp code - no problems when I use the tap bridge. Regards, Antony,