From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodel Miguel Date: Wed, 12 Jan 2005 14:41:32 +0800 Subject: [U-Boot-Users] Re: PCI, Ethernet, IXDP425 In-Reply-To: <001001c4f86e$882391e0$1000000a@araav> References: <20050111224031.ADCB2C108D@atlas.denx.de> <001001c4f86e$882391e0$1000000a@araav> Message-ID: <698a2fda050111224157cccdf9@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ara, If you see the driver for your PCI Ethernet card on the drivers directory, then you'll be fine. However, you may need to write your own driver if it does not exist. So check on the drivers directory first and then, if it exists, write the appropriate CFG parameter on the configs/ixdp425.h file. try removing the ~CFG_CMD_NET, and other parameters that the driver might require. Regards, Rodel P.S. Anyone working on ethernet MAC's with MII-only interfaces??? I'm actually lost... Please help. On Wed, 12 Jan 2005 10:18:28 +0400, Ara Avanesyan wrote: > Thanks for so helpful and informative reply. > > configs/ixdp425.h, line 59: > #define CONFIG_COMMANDS (CONFIG_CMD_DFL & ~CFG_CMD_NET) > > So how about checking the code before posting?;-) > > Thanks, > Ara > > ----- Original Message ----- > From: "Wolfgang Denk" > To: "Ara Avanesyan" > Cc: > Sent: Wednesday, January 12, 2005 2:40 AM > Subject: Re: [U-Boot-Users] PCI, Ethernet, IXDP425 > > > In message <002d01c4f7bf$e180b7e0$1000000a@araav> you wrote: > >> > >> I have a PCI Ethernet card on the board. I need to connect to the network > >> from u-boot via this device. > > > > Just do it. > > > >> Are there any ways to do so? What I will have to do to enable this > >> support? > >> Or at least are there ANY PCI Ethernet drivers in u-boot? > > > > How about checking the code before posting? > > > > Yes, there are. > > > > Best regards, > > > > Wolfgang Denk > > > > -- > > Software Engineering: Embedded and Realtime Systems, Embedded Linux > > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de > > "Confound these ancestors.... They've stolen our best ideas!" > > - Ben Jonson > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users >