From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWHMh-00060l-QD for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:16:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWHMg-00060Y-5d for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:16:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWHMf-00060V-Vv for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:16:18 -0400 Received: from [62.253.162.42] (helo=mta02-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWHM6-0007c3-GQ for qemu-devel@nongnu.org; Fri, 04 Jun 2004 12:15:42 -0400 Received: from [10.10.10.100] ([81.107.87.144]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040604161431.JIWO8778.mta02-svc.ntlworld.com@[10.10.10.100]> for ; Fri, 4 Jun 2004 17:14:31 +0100 From: Antony T Curtis Content-Type: text/plain Message-Id: <1086365733.6650.44.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 Date: Fri, 04 Jun 2004 17:15:33 +0100 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] ISA PnP support 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 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. -- Antony T Curtis