oleg 2006-12-19 08:57:46 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: - Add missing callout_drain() call. - Synchronize bge_tick() with callout_reset/callout_stop() calls. - Avoid using bge_tick() inside bge_link_upd(), use mii_pollstat() instead. MFC after: 2 month Revision Changes Path 1.167 +10 -12 src/sys/dev/bge/if_bge.c