[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
3c905 Nic configuration
- Date: Tue, 25 Sep 2007 12:44:52 -0400
- From: Grigori_Khmyrov at uml.edu (Grigori Khmyrov)
- Subject: 3c905 Nic configuration
I would try to disable RTEMS_SET_ETHERNET_ADDRESS definition
and let driver to supply hardware address
#if (defined (RTEMS_SET_ETHERNET_ADDRESS))
ethernet_address, /* Ethernet hardware address */
#else
NULL, /* Driver supplies hardware address */
#endif
Grigori
St?phane ARQUER wrote:
>Hello,
>
>I'm trying to configure the network interface 3c905c-TXM with the pc386
>bsp of rtems 4.6.6.
>I read in the wiki that someone used this reference in september 2005 but
>there is no details on the driver to use.
>
>On the other hand, I'm working with a 3c509B-tpo card, I try to execute
>the network examples and when the card seems to be configured:
>--> 3C509: attach() is complete
>there are the error messages:
>--> Can't bring ep up: No such device or adress
>--> Can't set default route: No such process
>--> Can't get host adress
>
>You 'll find attached the networkconfig.h file.
>
>If anyone has a tip ?
>
>Thanks in advance for your help.
>
>Regards.
>
>SA
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>rtems-users mailing list
>rtems-users at rtems.com
>http://rtems.rtems.org/mailman/listinfo/rtems-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rtems.rtems.org/pipermail/rtems-users/attachments/20070925/b5203d6e/attachment-0001.html