Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 16:14:19 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h
Message-ID:  <200701181614.l0IGEJRN042432@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2007-01-18 16:14:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/bce          if_bce.c if_bcereg.h 
  Log:
  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().
  
  Revision  Changes    Path
  1.2.2.8   +27 -30    src/sys/dev/bce/if_bce.c
  1.1.2.5   +2 -0      src/sys/dev/bce/if_bcereg.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701181614.l0IGEJRN042432>