From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HM7Mk-0005Rq-T1 for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:47:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HM7Mi-0005RH-HS for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:47:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HM7Mi-0005RE-CK for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:47:56 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HM7Mh-0004gm-SZ for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:47:56 -0500 Message-ID: <45E47CD6.4000005@mail.berlios.de> Date: Tue, 27 Feb 2007 19:47:50 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] More PCI ethernet emulations References: <450C54E1.1080902@mail.berlios.de> In-Reply-To: <450C54E1.1080902@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15 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 Developers A new PCI network card is emulated partially with QEMU: the wireless LAN adapter TNETW1130 (ACX111). I needed this driver as a debugging aid for existing (AR7) hardware with the Open Source ACX111 driver for Linux. So my main focus are debug messages from this driver, not real network emulation (although this might be the first emulated wireless LAN). The current version emulates PCI hardware detection and some basic functions including firmware download. It works with Linux 2.6.x on PC- or AR7 based emulated hardware. Source is available from http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/tnetw1130.c?op=file Contributions or feedback are welcome. Stefan