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
if_lmc_fbsd3.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
if_lmc_media.c
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
if_lmcvar.h