From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWHSX-0006dD-Vf for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:22:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWHSV-0006cS-PU for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:22:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWHSV-0006cP-MX for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:22:19 -0400 Received: from [194.90.9.29] (helo=mxout5.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWHRx-0008TU-3T for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:21:45 -0400 Received: from [217.132.198.142] by mxout5.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPA id <0HYS00GGELG6ZF@mxout5.netvision.net.il> for qemu-devel@nongnu.org; Fri, 04 Jun 2004 19:21:42 +0300 (IDT) Date: Fri, 04 Jun 2004 19:19:38 +0300 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] ISA PnP support In-reply-to: <1086365733.6650.44.camel@pcgem.rdg.cyberkinetica.com> Message-id: <40C0A11A.4040006@dad-answers.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <1086365733.6650.44.camel@pcgem.rdg.cyberkinetica.com> 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 Any patches yet? ;) Thanks, Hetz Antony T Curtis wrote: > Hi guys, > > I have a working implementation for ISA PnP which works as an add-on to > ISA devices (so that the ne2000 implementation can exist as a PnP device > which works better for me when running WindowsXP in QEMU). > > I have also started writing an another network device based upon the > datasheets for the AMD PC-Net II PCI chip... Hopefully this would result > in faster more efficient networking with copying packets directly into > the target memory space. >