freebsd-dev/sys/dev/lmc
Archie Cobbs 9fd265ddd6 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>
2001-01-10 22:53:52 +00:00
..
if_lmc_common.c Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
if_lmc_fbsd3.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
if_lmc_media.c Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. 2000-04-26 20:16:56 +00:00
if_lmc.c lmc_ifup() was not checking the state of the interface. This would 2001-01-10 22:53:52 +00:00
if_lmcioctl.h Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. 2000-04-26 20:16:56 +00:00
if_lmcvar.h Driver for DEC "Tulip" based WAN cards from LanMedia Corporation. 2000-04-26 20:16:56 +00:00