From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EvLGi-0003aG-W9 for qemu-devel@nongnu.org; Sat, 07 Jan 2006 16:06:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EvLGh-0003Zf-Ca for qemu-devel@nongnu.org; Sat, 07 Jan 2006 16:06:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EvLGh-0003Zc-3c for qemu-devel@nongnu.org; Sat, 07 Jan 2006 16:06:31 -0500 Received: from [199.45.160.85] (helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EvLIg-0001al-5l for qemu-devel@nongnu.org; Sat, 07 Jan 2006 16:08:34 -0500 Date: Sat, 07 Jan 2006 13:43:06 -0700 (MST) Message-Id: <20060107.134306.16679602.imp@bsdimp.com> Subject: Re: [Qemu-devel] Quesion on ethernet card emulation? From: "M. Warner Losh" In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii 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, ishwar@pali.cps.cmich.edu In message: Ishwar Rattan writes: : : I know that qemu emulates ne2000 compatible card but : which of the following version is it? : : - NE2000 compatibel PCI : - NE2000 compatibel ISA : : I am having ptoblems in networking part of QNX-6.2.1 : under qemu-0.8.0. I can't make the system see the card. It emulates the RTL8029 NE-2000 compatible ethernet card. This is a PCI device. Newer versions of qemu will emulate it sufficietly well that FreeBSD's driver recognizes it (it had extra cross checks that other drivers don't bother with) and gets the links status info correct. Warner