public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] NETDEVTAB question
@ 2002-03-22  5:35 Jani Monoses
  2002-04-03 19:28 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: Jani Monoses @ 2002-03-22  5:35 UTC (permalink / raw)
  To: ecos-discuss

Hi
Is there a reason why net devices cannot be put in the DEVTAB along with
other io devices and be initialized at the same time.I see that both
tcpip stack and redboot  explicitely walk the NETDEVTAB and init the
devices.

thanks
Jani


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] NETDEVTAB question
  2002-03-22  5:35 [ECOS] NETDEVTAB question Jani Monoses
@ 2002-04-03 19:28 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2002-04-03 19:28 UTC (permalink / raw)
  To: Jani Monoses; +Cc: ecos-discuss

Jani Monoses wrote:
> 
> Hi
> Is there a reason why net devices cannot be put in the DEVTAB along with
> other io devices and be initialized at the same time.I see that both
> tcpip stack and redboot  explicitely walk the NETDEVTAB and init the
> devices.

It's a slight anachronism as we used to be forced to do it this way. But
now that that's the case, we have other code that relies on it being that
way - e.g. the code in redboot's net_io.c that needs to run before the
NETDEVTAB entries, and the code that has to run after it. This is the
easiest way to maintain that strict ordering.

Any reason to change it?

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-04  3:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-22  5:35 [ECOS] NETDEVTAB question Jani Monoses
2002-04-03 19:28 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).