delphij     2007-01-11 03:17:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bce          if_bce.c if_bcereg.h 
  Log:
   - 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().
  
  Discussed with/Reviewed by:     glebius, scottl, davidch
  
  Revision  Changes    Path
  1.23      +26 -29    src/sys/dev/bce/if_bce.c
  1.11      +2 -0      src/sys/dev/bce/if_bcereg.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to