[ECOS] Fw: Re: [ECOS] Question about the ethernet hardware device driver?
Jani Monoses
jani@iv.ro
Fri Jul 5 01:31:00 GMT 2002
To: "Qiang Huang" <jameshq@liverpool.ac.uk>
Subject: Re: [ECOS] Question about the ethernet hardware device driver?
> NETDEVTAB_ENTRY(DRV_netdev,
> "DRV",
> DRV_HRDWR_init,
> &DRV_sc);
>
The netdevtab contains the init functions for the ethernet drivers
you configured in your setup.It is the job of the network stack
to walk this list and call each init in turn.
for the redboot stack it is done in redboot/src/net_io.c
for the *BSD stacks in tcpip/src/ecos/support.c
the lwip stack also does this.
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list