K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-01-18T16:14:19.000000Z K 7 svn:log V 322 MFC if_bce.c (1.23-24), if_bcereg.h (1.11): - Instead of if_watchdog/if_timer interface use our own timer that piggybacks on bce_tick() callout. - Instead of unconditionally resetting the controller, try to skip the reset in case we got a pause frame, like em(4) did. - Lock bce_tick() using callout_init_mtx(). END