From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by ozlabs.org (Postfix) with ESMTP id 21B17679FF for ; Sat, 3 Jun 2006 21:45:03 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id j3so746577ugf for ; Sat, 03 Jun 2006 04:44:58 -0700 (PDT) Message-ID: Date: Sat, 3 Jun 2006 17:08:21 +0530 From: "Shantanu Nalage" To: linuxppc-embedded@ozlabs.org Subject: Making Two ethernet interfaces up in Linux MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, We are trying to port Linux on Xilinx Board XUPV2Pro which is similar in most aspects to the Xilinx ML300 board. Linux is up and running for the original board i.e. having only one ethrnet interface. Now since we wanted to have the board working as router, we designed a daughter board with two ethernet phy interfaces. The MACs required for that are instantiated in Xilinx and corresponding Board support Packages are also created in Xilinx. What all changes are required to make both the interfaces visible in Linux? Thank you in anticipation. With regards, Shantanu.