Mercurial > ecos
diff packages/redboot/current/ChangeLog @ 1292:2f008c4111e7
Improve handling of multiple ethernet devices
| author | gthomas |
|---|---|
| date | Thu, 09 Oct 2003 20:23:36 +0000 |
| parents | c07ec2765e3e |
| children | 5e8ec925adf2 |
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog +++ b/packages/redboot/current/ChangeLog @@ -1,3 +1,10 @@ +2003-10-09 Gary Thomas <gary@mlbassoc.com> + + * src/net/net_io.c (net_init): + * include/net/net.h: Rework handling of multiple network devices. All + devices will now be initialized, with either the first or the default + device actually used for I/O. + 2003-10-06 Gary Thomas <gary@mlbassoc.com> * src/net/net_io.c:
