Date: Wed, 10 Jan 2001 14:53:53 -0800 (PST) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lmc if_lmc.c Message-ID: <200101102253.f0AMrr746705@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 2001/01/10 14:53:53 PST
Modified files:
sys/dev/lmc if_lmc.c
Log:
lmc_ifup() was not checking the state of the interface. This would
cause the watchdog to (incorrectly) detect the interface state
going from down to up one second after lmc_ifup() was called,
causing lmc_ifup() to be called again, and resetting everything.
Fix by checking the interface state within lmc_ifup().
Submitted by: Darren Croke <djc@packetdesign.com>
Revision Changes Path
1.12 +9 -4 src/sys/dev/lmc/if_lmc.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101102253.f0AMrr746705>
