From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShEPr-0003Zp-7P for qemu-devel@nongnu.org; Wed, 20 Jun 2012 02:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShEPo-00041Y-JU for qemu-devel@nongnu.org; Wed, 20 Jun 2012 02:29:22 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:53253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShEPo-00040t-7y for qemu-devel@nongnu.org; Wed, 20 Jun 2012 02:29:20 -0400 Received: by eaak12 with SMTP id k12so3093381eaa.4 for ; Tue, 19 Jun 2012 23:29:16 -0700 (PDT) Message-ID: <4FE16DB5.3000303@gmail.com> Date: Wed, 20 Jun 2012 10:29:09 +0400 From: Max Filippov MIME-Version: 1.0 References: <1339981384-9117-1-git-send-email-proljc@gmail.com> <1339981384-9117-12-git-send-email-proljc@gmail.com> In-Reply-To: <1339981384-9117-12-git-send-email-proljc@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 11/16] target-or32: Add a IIS dummy board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jia Liu Cc: qemu-devel@nongnu.org On 06/18/2012 05:02 AM, Jia Liu wrote: > Add a dummy board for IIS. > > Signed-off-by: Jia Liu [...] > + if (nd_table[0].vlan) { > + isa_ne2000_init(isa_bus, 0x92000000, 4,&nd_table[0]); > + } I have noticed that the kernel you provided expects OpenCores ethernet device. We have a model for it (: You can look at lx60_net_init() in the hw/xtensa_lx60.c to see how it may be connected. -- Thanks. -- Max