Mercurial > ecos
diff packages/net/bsd_tcpip/current/ChangeLog @ 400:2057b81b96bb
Postpone check of ifq_maxlen until device comes online
| author | gthomas |
|---|---|
| date | Mon, 04 Nov 2002 20:23:24 +0000 |
| parents | a3b06a9328a7 |
| children | de449c532876 |
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog +++ b/packages/net/bsd_tcpip/current/ChangeLog @@ -1,3 +1,9 @@ +2002-11-04 Gary Thomas <gthomas@ecoscentric.com> + + * src/sys/net/if.c (if_attach): Moved check for ifq_maxlen to + this function since it can't be checked until the device comes + online, which may not be a sysinit time for PCMCIA devices. + 2002-11-03 Gary Thomas <gthomas@ecoscentric.com> * src/sys/kern/sockio.c (bsd_getname): Fix error where getsockname()
