This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Ethernet dsr and Redboot



On 14-Oct-2000 Fabrice Gautier wrote:
> Hi,
> 
> At the end of the eth_dsr function, eth_drv_dsr is called. eth_drv_dsr is
> defined twice, in io/eth/current/src/net/eth_drv.c and
> io/eth/current/src/stand_alone/eth_drv.c. Unlike many other function defined
> in those two packages this function is not defined in redboot.
> 
> So I wonder which of this is called?
> 
> It doesn't seems to be the one in "net" because i can't find the
> "ecos_synch_eth_drv_dsr" function (which is called by this dsr) in the
> symbol listing.
> 
> On the other hand, the other eth_drv_dsr should print "eth_drv_dsr should
> not be called".
> What does that means?
> Does this means that the ethernet stack in redboot doesn't use any
> interrupts??

RedBoot does not use interrupts.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]