From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BeiFG-0006qB-2i for qemu-devel@nongnu.org; Sun, 27 Jun 2004 18:35:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BeiFE-0006ps-EE for qemu-devel@nongnu.org; Sun, 27 Jun 2004 18:35:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BeiFE-0006pp-BO for qemu-devel@nongnu.org; Sun, 27 Jun 2004 18:35:28 -0400 Received: from [194.90.9.21] (helo=mxout2.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BeiDZ-0003vz-Ml for qemu-devel@nongnu.org; Sun, 27 Jun 2004 18:33:45 -0400 Received: from [10.0.0.140] ([217.132.9.75]) by mxout2.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPA id <0HZZ00MO0O06KK@mxout2.netvision.net.il> for qemu-devel@nongnu.org; Mon, 28 Jun 2004 01:33:45 +0300 (IDT) Date: Mon, 28 Jun 2004 01:33:35 +0200 From: Hetz Ben Hamo In-reply-to: <1088366438.5517.70.camel@pcgem.rdg.cyberkinetica.com> Message-id: <40DF594F.20003@witch.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <200406161746.34745.hetz@witch.dyndns.org> <1088366438.5517.70.camel@pcgem.rdg.cyberkinetica.com> Subject: [Qemu-devel] Re: PCNet PCI NIC Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Antony T Curtis Cc: qemu-devel@nongnu.org Patch added to web site: http://www.dad-answers.com/qemu/patches/ Thanks, Hetz Antony T Curtis wrote: > Here is a patch against a recent QEMU CVS to emulate an AMD PC-Net II > PCI ethernet adaptor. It is a bus-mastering adaptor with both 16bit and > 32bit modes. > > This patch adds a new command line option "-nic-pcnet" which enables the > this NIC emulation instead of the NE2000 nic. > > ERRATA: > 1. currently does not fully implement automatic tx ring polling... > Polling may only occur when another event 'triggers' it such as packet > receive, transmit or device i/o > > Enjoy! >